|
|
|
|
|
by kumaraman
3544 days ago
|
|
I use AWS S3 for this as the storage prices are so cheap, at $0.03 per GB.
I recommend using a utility called s3cmd, which is a similar to rsync, in that you can backup directories.
I just have this setup with a batch of cron jobs which dump my databases and then sync the directories to s3 weekly. |
|
The only annoying thing is that duplicity uses an old version of the boto s3 library that errors out if your signatures tar file is greater than 5gb unless you add `DUPL_PARAMS="$DUPL_PARAMS --s3-use-multiprocessing "` to your duply `conf` file. Took me days to figure that out.