Bash wrapper script for automated backups with duplicity supporting Amazon's S3 online storage as well as other storage destinations (ftp, rsync, sftp, local storage...). Migrated from GitHub https://github.com/2Shirt/duplicity-backup.sh.git
Find a file
2010-02-13 11:55:31 -05:00
.gitignore Initial commit ... 2010-02-12 18:59:31 -05:00
CHANGELOG initial commit ... 2010-02-12 18:47:33 -05:00
dt-s3-backup.sh added more info to foobar so can run a sed script to swap out my own credentials easily for testing - and back again, of course. 2010-02-13 11:55:31 -05:00
LICENSE initial commit ... 2010-02-12 18:47:33 -05:00
README added more to do - fun 2010-02-12 20:06:14 -05:00

**NOTE: currently, the script is undergoing some changes!  You should use version 3 (0.3) for the time being until we have all the bugs/kinks sorted out.

More information about this script avaiable at: http://damontimm.com/code/dt-s3-backup

TO DO:

* Use "--backup" as required option and have script output "--help" when run with no options
* Fix "--display-config" to show the full array of include/exclude options (not just one)
* Remove the RESTORE variable from the script and only take it from inputing on the command line (thereby only needing one option "--restore" and merging it with "--restore-to-path" ... this is for simplicities sake
* Add a README file to the "--backup-this-script" option because, if you are like me, when it is working for so long I forget what to do when it comes time to restore
* Clean up general formatting of the script and make it pretty 
* Give the "foobar" values numbers (ie, "foobar-1" "foobar-2") or something so I can use a sed file to swap my own credentials in and out without any hassle -- or, maybe use a config file ... 
* give demo on how to use an "--archive-dir" option