Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Cloud fails with UnsupportedBackendScheme #25

Closed
jGleitz opened this issue Jul 31, 2022 · 1 comment
Closed

Google Cloud fails with UnsupportedBackendScheme #25

jGleitz opened this issue Jul 31, 2022 · 1 comment

Comments

@jGleitz
Copy link

jGleitz commented Jul 31, 2022

23 days ago, my backups to Google Cloud stopped working with the following error:

UnsupportedBackendScheme: scheme not supported in url: gs://...

Because the issue appeared 23 days ago, I assume it must have been caused by one of the 4 commits since then. However, I couldn’t find a cause from the diff. Neither pip install boto nor apk add --no-cache py3-six helped.

One can reproduce the issue by running:

> docker run --rm --user $UID \
      -e PASSPHRASE=P4ssw0rd \
      wernight/duplicity \
      duplicity --full-if-older-than=6M --allow-source-mismatch /data gs://my-bucket-name/some_dir

gpg: WARNING: unsafe ownership on homedir '/home/duplicity/.gnupg'
UnsupportedBackendScheme: scheme not supported in url: gs://my-bucket-name/some_dir
@jGleitz
Copy link
Author

jGleitz commented Nov 9, 2022

duplicity has dropped the gs:// scheme out of the box. To use Google Cloud, follow the instructions in the man page.

@jGleitz jGleitz closed this as completed Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant