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

Overwrite settings for folders in config file #29

Open
l0ser140 opened this issue Sep 14, 2020 · 0 comments
Open

Overwrite settings for folders in config file #29

l0ser140 opened this issue Sep 14, 2020 · 0 comments

Comments

@l0ser140
Copy link

l0ser140 commented Sep 14, 2020

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:

  1. /mnt/backup/archive1
  2. /mnt/backup/archive2
  3. /mnt/backup/arch
  4. /mnt/backup/archive1
  5. /mnt/backup/archive2
  6. /mnt/backup/archive2

But settings applies only from [/mnt/backup/*/] entry, order does not matter.

I suggest to implement ability to overwrite settings for folders.
 

@l0ser140 l0ser140 changed the title Reassign settings for folders in config file Overwrite settings for folders in config file Sep 14, 2020
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