AutoArchive
AutoArchive is a simple utility to help create backups more easily. The idea of the program is that all essential information for creating a single backup—such as list of directories that should be archived, the archive name, etc.—is stored in a single file – the archive specification file. It can use ‘tar’ for creating archives, it has a command line interface and supports incremental backups.
Download the stable version by clicking on the link below.
Gentoo Linux users can use an overlay to install AutoArchive. Layman and Mercurial are required for following steps (emerge layman mercurial).
To add the overlay run as root:
layman --overlays=http://autoarchive.sf.net/autoarchive.layman.xml --fetch --add=autoarchive
Then you can install AutoArchive with:
emerge autoarchive
User and developer documentation for the latest version of AutoArchive is accessible via links below.
AutoArchive development sources are accessible via Mercurial repository at https://sourceforge.net/p/autoarchive/autoarchive/ci/default/tree.
To download development sources using Mercurial you can type:
hg clone http://hg.code.sf.net/p/autoarchive/autoarchive autoarchive-autoarchive
For access the bug tracker, forums and donation system visit the project page.