-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add -n/--dry-run option #221
Labels
Comments
FYI the --verbose, --readonly and --cron options combined create this |
I'd very much like such an option for syncoid, especially to test if my regexes for |
EDIT: not a Duplicate of #11 |
@dlangille this is about sanoid, not syncoid. With the --readonly option this should already be solved @wyoung right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While debugging the issues related to #219, I'd have liked the option to have it just print on screen what it planned to do, so I wouldn't have to go into the sub-filesystems of those I don't want being treated recursively and destroy the unwanted snapshots.
Standard practice is to implement this as
-n
and (optionally) as--dry-run
.The text was updated successfully, but these errors were encountered: