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.
For installation from sources please read the instructions included in the package.
If you have pip installed then following command will download and install AutoArchive:
pip install autoarchive
Gentoo Linux users can use an overlay to install AutoArchive. Packages ‘eselect-repository’ and ‘mercurial’ are required to use the overlay. Execute ‘emerge eselect-repository mercurial’ to install them.
To add the overlay run following commands as root:
eselect repository add autoarchive mercurial http://hg.code.sf.net/p/autoarchive/autoarchive-overlay
emerge --sync autoarchive
Then you can install AutoArchive with:
emerge autoarchive
The latest version is also available as Docker image openhs/autoarchive. Refer to the image home page at Docker Hub on how to use the image.
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 and donation system visit the project page.