It seems that there is no much documentation about how to do rsync like backup with duplicty so here it is :
- Install python-cloudfiles from here http://github.com/rackspace/python-cloudfiles
- Install duplicity, its available directly from Debian or alike distros (ie: ubuntu) or you can do that from source from the homepage.
- Get your API Key from https://manage.rackspacecloud.com/ and use a script like this :
#!/bin/bash UPLOAD_TO_CONTAINER="backup" #adjust it as you like export CLOUDFILES_USERNAME=Your Username export CLOUDFILES_APIKEY=API_KEY_YOU_GOT export PASSPHRASE=The Passphrase for your encrypted backup duplicity /full/path cf+http://${UPLOAD_TO_CONTAINER} |
This should take care to upload the backup files to the backup container. It does that incrementally and detect the changes to your file system to upload. There is much more option for duplicity look at the manpage for more info.
Pingback: VieuxSteak.ch » Backuper son serveur sur CloudFiles
Pingback: 2009 Hosting Summary (or where does Harper host in 2009/2010) » Harper Reed: Tech, Mobile, Yo-yoing and Death Metal