Probably a dumb (but basic) question about incremental zfs backups.
After reading docs I'm still nnot sure, so I ask here.

# zfs snapshot -r rpool/ROOT/b...@0901
# zfs send rpool/ROOT/b...@0901 | zfs recv -Fdu tank
# zfs snapshot -r rpool/ROOT/b...@0902
# zfs send -i rpool/ROOT/b...@0901 rpool/ROOT/b...@0902 | zfs recv -vF
# tank

What I'd like to see confirmed is that the incremental backup is
received in the -same- filesystem as the originally backup up one
("tank")

-- 
Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
+ http://nagual.nl/ | SunOS 10u7 5/09 | OpenSolaris 2010.02 b122
+ All that's really worth doing is what we do for others (Lewis Carrol)
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to