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
cat 20210607_020000.inc | zfs receive <filesystem>@20210607_020000
cannot receive incremental stream: destination <filesystem> has been modified
since most recent snapshot
zfsup restore <filesystem> 20210607_020000 doesn't return anything. If you wrap the restore command in a try except statement you'll get a BrokenPipeError. We'll want to catch that and let the user know what the problem likely is. The -F option forces a rollback to the most recent snapshot. We should add an option for that.
The text was updated successfully, but these errors were encountered:
Error:
zfsup restore <filesystem> 20210607_020000
doesn't return anything. If you wrap the restore command in a try except statement you'll get aBrokenPipeError
. We'll want to catch that and let the user know what the problem likely is. The-F
option forces a rollback to the most recent snapshot. We should add an option for that.The text was updated successfully, but these errors were encountered: