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
include
Hi,
I have a directory with a lot of diverse backups, something like
a.20220202.121213.gz a.20220203.121213.gz a.20220204.121213.gz b.20220202.121213.gz b.20220203.121213.gz b.20220204.121213.gz
This works fine if I specify the -I 'a*' on the command line, however, I would like to use it in an ini-file.
-I 'a*'
This does not work :(
[/backup-p] include = a* hourly = 24 daily = 7 ionice = idle
What is the correct way to do this using ini?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a directory with a lot of diverse backups, something like
This works fine if I specify the
-I 'a*'
on the command line, however, I would like to use it in an ini-file.This does not work :(
What is the correct way to do this using ini?
The text was updated successfully, but these errors were encountered: