= Cycling, Incremental, Compressed, Encrypted Backups to Amazon S3 = * Dead-simple configuration * Automatic rotation of backup sets * Optional decaying backup schedule (thanks to Scott Squires) * Alternation of full and incremental backups (using "tar -g") * Integrated GPG encryption * No temporary files used anywhere, only pipes and TCP streams (optionally, uses smallish temp files to save memory) * Integrated handling of MySQL dumps * Integrated handling of PostgreSQL dumps (thanks to Scott Squires) * Integrated handling of Subversion repositories, and of directories containing multiple Subversion repositories (including incremental backups-- thanks to Kevin Ross). s3napback is basically a convenience wrapper around [http://js3tream.sourceforge.net/ js3tream], and is at least partly inspired by the [http://www.perusion.com/misc/Snapback2/ snapback2] script (which is still a great solution for incremental rsync-based backups to your own disks). == Download == [raw-attachment:wiki:Releases:s3napback-1.12.tgz s3napback-1.12.tgz] (3.2 MB) ''May 24, 2011'' You can also [source:/ browse the source], or get the source with Mercurial: {{{ hg clone http://hg.davidsoergel.com/s3napback }}} The project is [http://hg.davidsoergel.com/s3napback on BitBucket], so please feel free to fork it there. == Manual == * [wiki:ManualIntroduction Introduction] * [wiki:QuickStart Quick Start] * [wiki:PrinciplesOfOperation Principles of Operation] * [wiki:ConfigurationOptions Configuration Options] * [wiki:Recovery Recovery] * [wiki:FutureImprovements Future Improvements] == Support == * [http://dev.davidsoergel.com/trac/s3napback/discussion/1 Discussion Forum] * there may also be comments on [http://dev.davidsoergel.com/2008/05/07/s3napback-cycling-incremental-compressed-encrypted-backups-to-amazon-s3/ this blog post] * Feel free to [mailto:dev@davidsoergel.com email me] any questions or comments * For bug reports or feature requests, please feel free to [http://dev.davidsoergel.com/trac/s3napback/newticket create a ticket] (you'll need to [http://dev.davidsoergel.com/trac/s3napback/register create an account] and [http://dev.davidsoergel.com/trac/s3napback/login login] first). * [report:1 view active tickets]