-
In restic there is the option to put paths in a file like exclude.txt and then do I have also tried using a .gitignore file, putting it inside /home/username and also in /run/media/username/usb/data/backup. Could anyone help? |
Beta Was this translation helpful? Give feedback.
Answered by
aawsome
May 6, 2023
Replies: 1 comment 3 replies
-
You can use
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
--glob-file
, but you have to inverse the patterns, i.e. prepend a!
, e.g.