-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instruction for rollback #24
Comments
Rolling back is a simple zfs command and I don't know how zfsbud could simplify it further.
I believe rolling back the source (assuming you roll back to a snapshot that is also available on the destination), then snapshotting the source and then replicating to destination will destroy snapshots on the destination between the rolled back source snapshot and the new snapshot:
But test with non-critical data. ;) |
How ZFS Rollback works is clear, the question is what is the best/clean way to do it in combination with zfsbug? I just tested it again:
works directly on the main dataset "some/dataset" but doing a rollback on any sub datasets of some/datasets with -c -R fails:
Thats the reason for this question. How to do a rollback of any dataset if needed. |
I don't understand what is failing - the rollback, or the sending operation? Please be as clear as possible on the steps you are taking and what you are trying to accomplish. |
What is the best way to rollback to a point in time snapshot on the main (sending) host?
Is there maybe also a way to do a rollback only on the main host and this is also replicated?
Br
The text was updated successfully, but these errors were encountered: