dick hoogendijk <d...@nagual.nl> wrote:

> FULL backup to a file
> zfs snapshot -r rp...@0908
> zfs send -Rv rp...@0908 > /net/remote/rpool/snaps/rpool.0908
>
> INCREMENTAL backup to a file
> zfs snapshot -i rp...@0908 rp...@090822
> zfs send -Rv rp...@090822 > /net/remote/rpool/snaps/rpool.090822
>
> As I understand the latter gives a file with changes between 0908 and
> 090822. Is this correct?

What do you understand by "incremental backup"?

If you like to be able to restore single files, I recommend you to use "star"
for the incrementals.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to