Skip to content

Overwrite settings for folders in config file #29

@l0ser140

Description

@l0ser140

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.
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions