Hello folks, I have a question and a small problem... I did try to replicate my
zfs with all the snaps, so I did run few commands:
time zfs send mypool/[EMAIL PROTECTED] | zfs receive mypool2/[EMAIL PROTECTED]
real 6h35m12.34s
user 0m0.00s
sys 29m32.28s
zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive
mypool/[EMAIL PROTECTED]
real 4h49m27.54s
user 0m0.00s
sys 13m40.87s
zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive
mypool2/[EMAIL PROTECTED]
real 3h6m45.62s
user 0m0.00s
sys 12m58.73s
zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive
mypool2/[EMAIL PROTECTED]
real 4h0m42.40s
user 0m0.00s
sys 17m49.84s
zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive
mypool2/[EMAIL PROTECTED]
real 2h17m21.76s
user 0m0.00s
sys 10m9.26s
zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive
mypool2/[EMAIL PROTECTED]
real 2h40m14.03s
user 0m0.00s
sys 11m37.35s
then I was doing:
zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] | zfs receive
mypool2/[EMAIL PROTECTED]
and my system rebooted (I tont think its related to the zfs send/receive, anyway
when system started I did see that this partition was mounted.
and when I did try to run that last command I got the following error:
[16:26:00] [EMAIL PROTECTED]: /root > zfs send -i mypool/[EMAIL PROTECTED] mypool/[EMAIL PROTECTED] |
zfs receive mypool2/[EMAIL PROTECTED]
cannot receive: destination has been modified since most recent snapshot
is there any way to do such replication by zfs send/receive and avoind such
error message? Is there any way to force file system not to be mounted? Is there
any way to make it maybe read only parition and then when its needed maybe make
it live or whaverer?
what I dont understand is that I did try to remove old snaps and still was
getting those errors...
Any suggestions? or advice as how I should proceed with this?
Chris
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss