I have already set a backup routine that backups all my files to Amazon S3 using duplicity. I would like to create a similar backup routine with Google Cloud Storage. Is it possible to get duplicity to work with GCS?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
This is a partial-answer that might help the next person: So far it seems that copying things to Google Drive/Docs is supported:
However this is different from Google Cloud Storage. I think this should be doable since duplicity and gsutil both use boto, but I'm not sure if this requires work to be done in duplicity itself though. As a work around until you sort this, you can certainly copy directly from the s3 to the GCS buckets:
|
|||
|
|
|
||||
|
|