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

include not working if used in ini-file? #40

Open
d2a-raudenaerde opened this issue Nov 28, 2023 · 0 comments
Open

include not working if used in ini-file? #40

d2a-raudenaerde opened this issue Nov 28, 2023 · 0 comments

Comments

@d2a-raudenaerde
Copy link

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.

This does not work :(

[/backup-p]
include = a*
hourly = 24
daily = 7
ionice = idle

What is the correct way to do this using ini?

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

No branches or pull requests

1 participant