I'm trying to backup to Google Drive with Duplicity, and I can't seem to figure it out. I run this:
GOOGLE_DRIVE_SETTINGS=gdrive duplicity / pydrive+gdocs://*******[:*********]@other.host/server-backup
and I get this:
File "/usr/local/lib/python2.7/dist-packages/pydrive/auth.py", line 314, in LoadClientConfigFile
raise InvalidConfigError('Invalid client secrets file %s' % error)
InvalidConfigError: Invalid client secrets file ('Error opening file', 'client_secrets.json', 'No such file or directory', 2)
I saved my client ID and client secret bits in the gdrive file (for GOOGLE_DRIVE_SETTINGS), but no matter where I try, I cannot seem to figure out where to put the client_secrets.json file. I would appreciate any help in getting this working.