-
Notifications
You must be signed in to change notification settings - Fork 172
Description
v 3.1.1
Restic supports multiple repository targets ie. SFTP .
You don't.
Now it is somehow possible by entering repository path into backup_restic_repository
and setting backup_restic_aws to true.
And it will create repository on remote side and will works correctly
level=info msg="Command completed successfully: /srv/restic_log [init]" cluster=esrv module=restic type=log
But after restart from whatever reason it tries to init it again:
level=info msg="Starting command: /srv/restic_log [init]" cluster=esrv module=restic type=log
Fatal: create repository at sftp:ckup-ha-repman@10.10.90.1:/srv/backup/ha-repman/data/esrv failed: Fatal: unable to open repository at sftp:ckup-ha-repman@10.10.90.1:/srv/backup/ha-repman/data/esrv: config file already exists
Is it possible to use sftp with restic in replication-manager or AWS/minio is the only remote repository supported?