Skip to content
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 recursive 'ignore' #34

Open
thorstenspille opened this issue Mar 14, 2021 · 1 comment
Open

Add recursive 'ignore' #34

thorstenspille opened this issue Mar 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@thorstenspille
Copy link

thorstenspille commented Mar 14, 2021

abgleich should support 2 different types of excludes/ignores to be able to build one configuration for a complete zpool with multiple hierachical levels of subvols and datasets.

  • exclude a single dataset, but include all subsets (seems to bee the current feature)
  • exclude recursively, docker manages it's volumes itself, creates and snapshots many datasets for the container image layers and I don't want to snapshot or backup them. This could be a second config option or support for wildcards (e.g. var/lib/docker*).

The subcommands tree and compare should only list the included datasets and subvols. For displaying the full data there should be an additional parameter (e.g. --full or --show-excludes)

@s-m-e s-m-e changed the title Enhance the 'ignore' feature Add recursive 'ignore' Mar 14, 2021
@s-m-e s-m-e added the enhancement New feature or request label Mar 14, 2021
@s-m-e
Copy link
Member

s-m-e commented Mar 14, 2021

Recursive ignores make a hell of a lot of sense, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants