Replies: 1 comment 9 replies
-
I can't help you with borgmatic, but the traceback seen above is incomplete (usually one should see the specific file name for which the os_open fails). Maybe check if the source_directories you give all actually exist. See also there: #6374 In general, if you switch users and also force borg to use the same base directory, you create a permissions mixup which you have to fix manually. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my Synology NAS, I was running
borgmatic
as the root user. I switched the task to a non-root user instead. However, I get failures when I runborgmatic --create --prune
(see below).I moved the entire borg directory & files to a new location and did
chmod
&chown
to switch the user and permissions.I'm not sure why I still get this failure. Borg is very difficult to use with mysterious errors and no clear way to recover from them. I'm at the end of my rope.
The YAML I use is:
Beta Was this translation helpful? Give feedback.
All reactions