If I do something like this:

zfs snapshot [EMAIL PROTECTED]
zfs send [EMAIL PROTECTED] > tank.backup
sleep 86400
zfs rename [EMAIL PROTECTED] [EMAIL PROTECTED]
zfs snapshot [EMAIL PROTECTED]
zfs send -I [EMAIL PROTECTED] [EMAIL PROTECTED] > tank.incr

Am I going to be able to restore the streams?
Or is it going to be confused because I renamed
the snapshot?

(In case you can't tell, I'm trying to come up
with a reasonable zfs backup strategy to replace
what I used to do with ufsdump.)

Thanks!
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to