Support This Project
Get AutoArchive at SourceForge.net. Fast, secure and Free Open Source software downloads

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.

Screenshot of AutoArchive command-line session.

Download and Install

Sources

Download the stable version by clicking on the link below.

For installation from sources please read the instructions included in the package.

pip

If you have pip installed then following command will download and install AutoArchive:

pip install autoarchive

Packages

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 command as root:

eselect repository add autoarchive mercurial http://hg.code.sf.net/p/autoarchive/autoarchive-overlay

Then you can install AutoArchive with:

emerge autoarchive

Docker image

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.

Documentation

User and developer documentation for the latest version of AutoArchive is accessible via links below.

Latest sources access

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

Support

For access the bug tracker and donation system visit the project page.