-
|
I have previously been using autorestic which allows to configure different forget policies per location. Is this possible with rustic? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
This is currently only possible via multiple config files, i.e. put your different forget options into files like |
Beta Was this translation helpful? Give feedback.
-
|
I am also interested to have this possibility. The suggestion doesn't seem to work for me or I have not understood the suggestion. Assume I have a test.toml with If I have a test.local.toml with then when running |
Beta Was this translation helpful? Give feedback.
-
|
A side note: With 0.5.3 you can use other config profies within a config profile file. to define various forget profiles, e.g. Note that there is |
Beta Was this translation helpful? Give feedback.
-
|
What I have done now is to have a global config x.toml with Then two more specific ones like for example Works fine. I only have to experiment with the |
Beta Was this translation helpful? Give feedback.
This is currently only possible via multiple config files, i.e. put your different forget options into files like
forget1.toml,forget2.toml, etc and then runrustic -P forget1 forgetand so on...