We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting a backup with the PyDrive backend gives the following error:
$ docker run --rm --user $UID -e GOOGLE_DRIVE_ACCOUNT_KEY -v /home/austin/.cache:/home/duplicity/.cache/duplicity -v /home/austin/.gnupg:/home/duplicity/.gnupg -v /home/austin/data:/data:ro wernight/duplicity duplicity --allow-source-mismatch --full-if-older-than=6M --no-encryption /data pydrive://[email protected]/duplicity BackendException: PyDrive backend requires PyDrive and Google API client installation. Please read the manpage for setup details. Exception: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Attempting a backup with the PyDrive backend gives the following error:
The text was updated successfully, but these errors were encountered: