-
Notifications
You must be signed in to change notification settings - Fork 31
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 pools ignore in exclude option #39
base: master
Are you sure you want to change the base?
Conversation
What if pool and dataset names overlap? I suspect this probably needs to be a separate flag, but could be convinced otherwise. |
Separate via regexp in docs used ^rpool |
What if I want to exclude the dataset |
--exclude='^(.+)/rpool/(.+)$' or /rpool, first '/' imposible in pool name |
The top-level dataset name and the pool name cannot be differentiated - there are no slashes, and dataset names are never preceeded by a slash:
|
aha, not bug is feature)). But for always valid result need more what 12 string changes, default dataset name in pool with not default name unlikely, maybe replace |
I guess you could do it this way, but simpler and more discoverable to just add a separate flag. |
Sync origin
No description provided.