Backup using config and glob #1194
-
I am trying to make a backup with a single config file and snapshot; I think it can be achieved backing up
Is it impossible? I know I could use multiple |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Here you are how it should be done
for Documents I am not sure but I think I would try:
|
Beta Was this translation helpful? Give feedback.
-
You can also use For |
Beta Was this translation helpful? Give feedback.
-
As I needed similar exclusions I did it and tested. For your folders please see working example. I use glob file but of course you can include all in toml file if you want. My toml file contains:
And here you are glob file content:
|
Beta Was this translation helpful? Give feedback.
-
I had the same issue as OP here. I solved it by removing |
Beta Was this translation helpful? Give feedback.
As I needed similar exclusions I did it and tested. For your folders please see working example.
I use glob file but of course you can include all in toml file if you want.
My toml file contains:
And here you are glob file content: