We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use a construct like this:
[/mnt/backup/*/] weekly = 4 monthly = 12 yearly = always ionice = idle [/mnt/backup/archive*/] monthly = always [/mnt/backup/archive2/] weekly = 52
Each block generates folders for run, so construction above generate list with duplicates:
But settings applies only from [/mnt/backup/*/] entry, order does not matter.
I suggest to implement ability to overwrite settings for folders.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use a construct like this:
Each block generates folders for run, so construction above generate list with duplicates:
But settings applies only from [/mnt/backup/*/] entry, order does not matter.
I suggest to implement ability to overwrite settings for folders.
The text was updated successfully, but these errors were encountered: