AutoArchive is a utility to help create backups more easily. The idea of the program is that all essential information for creating a backup is in a single file. It can use ‘tar’ for creating archives, has a command line interface, and supports incremental backups.
| Tags | Archiving backup Systems Administration Utilities |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX |
| Implementation | Python |
Recent releases


Release Notes: Automatic backup level restarting is now supported. An internal tar implementation that is independent of external tools was added. The possibility of specifying an archive's destination directory was added. Handling of tar's messages was improved. Other small improvements and fixes were made.


Release Notes: Info, warning, and error output messages now contain the name of the archive being processed; this is particularly helpful when processing multiple archives in a single run. This release fixes setting of the exit code, reading of the user-config-dir and user-config-file options, and more.


Release Notes: Support for configuration files. Now it is possible to configure AutoArchive via system and per-user configuration files. Archive specification files (.aa files) may contain configuration options as well, so it is possible to do per-archive customization. Additionally, they have now their own dedicated directory where they can be placed. It allows you to use just a simple name instead of specifying the full path to an .aa file. The format of the .aa files was slightly changed; migration is required. AutoArchive code was heavily refactored, has a new architecture, and requires Python 3.


Release Notes: The archiver type "tarxz" was added. This uses the XZ utilities to create tar.xz archives. Some bugs were fixed.


Release Notes: This release specifies the GNU GPL version (3) in file headers. Some example '.aa' configuration files have been added to the doc directory.A symbolic link to the aa command named 'autoarchive' has been created, and the same has been done for the man page.