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
When performing initial backup to empty GCP bucket autorestic does not initialize repo on remote. If repo is initialized manually and key is set in .autorestic.yml backup works.
Expected behavior
If there is no restic repo autorestic initializes it.
Using config paths: . /root /root/.config/autorestic
Using config: /root/.config/autorestic/.autorestic.yml
Using lock: /root/.config/autorestic/.autorestic.lock.yml
Backing up location "source-data"
Backend: gcp
> Executing: /usr/bin/restic backup --exclude */*/aaa/** --exclude */*/bbb/** --exclude */*/ccc/** --tag ar:location:source-data /source-data
Fatal: unable to open config file: service.Objects.Get: storage: object doesn't exist
Error: 1 errors were found
Is there a repository at the following location?
gs:some-bucket.example.domain:/
source-data@gcp:
Fatal: unable to open config file: service.Objects.Get: storage: object doesn't exist
Is there a repository at the following location?
gs:some-bucket.example.domain:/
exit status 1
The text was updated successfully, but these errors were encountered:
Describe the bug
When performing initial backup to empty GCP bucket autorestic does not initialize repo on remote. If repo is initialized manually and
key
is set in.autorestic.yml
backup works.Expected behavior
If there is no restic repo autorestic initializes it.
Environment
Version: 1.7.11 - https://hub.docker.com/layers/cupcakearmy/autorestic/latest/images/sha256-7e309931a247a1fa092fe7b83979392f2d174f2c008f6a8000cda723b5cb9d2b
.autorestic.yml
Execution logs
The text was updated successfully, but these errors were encountered: