-
|
Hello there, TL;DR; backrest is able to create backups on a Hetzner S3 bucket but reports "error 1" when restoring even though the file is successfully restored. Restoring to my local downloads folder works without any error. Any ideas? :-) My setup looks like this: backrest runs as a custom app on TrueNAS Scale 25.0.4.2.4, the config file looks like this: The container runs, is accessible and the configuration survives restarts, so I think that container wise everything is in order. I have successfully created a Hetzner S3 bucket and added it as a repository, this is the redacted json config from backrests webui: Initializing the repository works, creating backups works, unfortunately restores don't work as expected. But even though restic reports a failure the file is successfully restored. Does anyone have an idea what is going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I just found the solution. In case someone else wants to try this with TrueNAS Scale. All you have to do is to add To the container config and add the user "apps" and/or the group "apps" to the dataset with modification permissions. |
Beta Was this translation helpful? Give feedback.
I just found the solution. In case someone else wants to try this with TrueNAS Scale.
All you have to do is to add
To the container config and add the user "apps" and/or the group "apps" to the dataset with modification permissions.