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
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)
The text was updated successfully, but these errors were encountered:
s-m-e
changed the title
Enhance the 'ignore' feature
Add recursive 'ignore'
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.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
andcompare
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
)The text was updated successfully, but these errors were encountered: