You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get resticker to work with a sftp backend (synonlogy NAS):
root@rock:~/resticker# docker-compose up
WARNING: The aW variable is not set. Defaulting to a blank string.
Starting resticker_backup_1 ... done
Attaching to resticker_backup_1
backup_1 | Checking configured repository 'sftp://xxx@abc.de/home/restic'...
backup_1 | Fatal: unable to open config file: Lstat: file does not exist
backup_1 | Is there a repository at the following location?
backup_1 | sftp://xxx@abc.de/home/restic
backup_1 | Could not access the configured repository. Trying to initialize (in case it has not been initialized yet) ...
backup_1 | Fatal: create repository at sftp://xxx@abc.de/home/restic failed: failed to send packet: write |1: file already closed
backup_1 |
backup_1 | Initialization failed. Please see error messages above and check your configuration. Exiting.
resticker_backup_1 exited with code 1
Also, changing the RESTIC_BACKUP_ARGS--verbose to --verbose=10 doesn't produce any more output. Might it be that the --verbose flag is completely ignored since it's applied after the backup subcmd, whereas restic expects the --verbose flag/option before the backup subcmd ?
I can't get resticker to work with a sftp backend (synonlogy NAS):
My
docker-compose.yml
:Any ideas how to fix/troubleshoot this ?
The text was updated successfully, but these errors were encountered: