You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which basically translates to clone the sending side 1:1 to the receiving side:
Destroy snapshots that do not exist on the sending side (-F)
Replace rpool@with rpoolbak@ / discard the sending sides filesystem name (-d)
Receiving filesystem is not mounted (-u
This works as expected until I start deleting any older snapshots on the source rpool. As soon as I delete an older snapshot on the SOURCE (! - the destination pool rpoolbak does NOT get modified in any way), I get this message during the backup:
cannot receive incremental stream: most recent snapshot of rpoolbak/data does not match incremental source
It still does "something" (send / receive), but it's not clear, if the resulting copy on rpoolbak is corrupt - it does seem to work though.
In my opinion this should either:
Show an error and do nothing without -f
Proceed and don't show an error
Describe how to reproduce the problem
Assuming you have a pool rpool with the following structure and the tool pv installed to watch progress / transfer speed:
System information
Describe the problem you're observing
I use the following command to sync an encrypted zfs pool
rpool
to an external driverpoolbak
:Which basically translates to clone the sending side 1:1 to the receiving side:
-F
)rpool@
withrpoolbak@
/ discard the sending sides filesystem name (-d
)-u
This works as expected until I start deleting any older snapshots on the source
rpool
. As soon as I delete an older snapshot on the SOURCE (! - the destination poolrpoolbak
does NOT get modified in any way), I get this message during the backup:It still does "something" (send / receive), but it's not clear, if the resulting copy on
rpoolbak
is corrupt - it does seem to work though.In my opinion this should either:
-f
Describe how to reproduce the problem
Assuming you have a pool
rpool
with the following structure and the toolpv
installed to watch progress / transfer speed:The text was updated successfully, but these errors were encountered: