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 latest version from SourceForge download section by clicking to 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 documentation for the latest version of AutoArchive is accessible via link below.
AutoArchive development sources are accessible via Mercurial repository at http://mercurial.intuxication.org/hg/autoarchive.
To download development sources using Mercurial you can type:
hg clone http://mercurial.intuxication.org/hg/autoarchive
For access the bug tracker, forums and mailing list visit the project page.