Replies: 1 comment 1 reply
-
|
Hi, In theory:
Now I was trying to make sure it works in your case, but I think you might be right: restic cannot find the exclude files after |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I have a configuration I've been trying out, instead of backing up full system files, since I'm using BtrFS, might just filter that down to just simple btrfs subvolumes and backup subvolid=5, instead. To do this I mount /.btrfs as the subvolid=5 and use a configuration much like this:
However, the problem is, the password-file in both default and borgbase.copy along with the system.backup exclude.file entries, are coming up file-not found, unless I expressly tell it the full path to /etc/resticprofile/ directly. This only seems to happen when I set source-base and source-relative as I do, in this newer method of doing so, and I'm trying to figure out the method to do this "correctly" or determine if this is a bug.
Thanks,
Eric
Beta Was this translation helpful? Give feedback.
All reactions