Menu

AutoArchive / News: Recent posts

AutoArchvive 2.0.5 released

This release improves building and installation process.

Posted by Robert Cernansky 2023-02-20

AutoArchive 2.0.4 released

This release contains fix of incorrect handling of archives with inaccessible path and other small fixes.

Posted by Robert Cernansky 2022-09-27

AutoArchive 2.0.3 released

This release improves compatibility with future Python versions.

Posted by Robert Cernansky 2022-09-14

AutoArchive 2.0.2 released

This version fixes inverted application exit code.

Posted by Robert Cernansky 2022-02-08

AutoArchive 2.0.1 released

This version fixes incompatibility with Python 3.10.

Posted by Robert Cernansky 2022-01-19

AutoArchive 2.0.0 released

AutoArchive 2 has been released with many improvements over version 1. Most notably: possibility to keep old backups which would otherwise be overwritten, running custom commands before and after backup creation or support of zstd compression format.

Release of new major version also means the end of support for the previous one. So version 1 (which last release is 1.0.4) is no longer supported.

Posted by Robert Cernansky 2021-09-03

AutoArchive 1.4.1 released

This release contains fixed distribution package which was broken in previous release.

Posted by Robert Cernansky 2017-09-22

AutoArchive 1.4.0 released

New feature version of AutoArchive contains possibility to reference external archive specification files plus other small improvements and fixes.

Posted by Robert Cernansky 2017-09-22

AutoArchive 1.0.4 released

New release of stable AutoArchive contains fixes for propagating messages from 'tar' in localized environments, correct handling of disk space exhaustion and more.

Posted by Robert Cernansky 2017-09-22

AutoArchive 1.3.0 released

This release improves usability in low free backup space conditions, adds options to execute custom commands before and after creation of all selected archives, plus contains other small improvements and bug fixes.

Posted by Robert Cernansky 2016-11-09

AutoaArchive now available as Docker image

For those living in a Docker environment, from now it is possible to use the latest AutoArchive right from a Docker container thanks to the image openhs/autoarchive available at Docker Hub.

Posted by Robert Cernansky 2015-12-13

AutoArchive 1.0.3 and 1.2.1 released

These minor releases improve support for PyPI hosting and 'pip' -- now it is possible to install AutoArchive in Python virtual environments simply by 'pip install autoarchive'. Plus there is an improvement in the backup creation which prevents incomplete backups to be left around.

Posted by Robert Cernansky 2015-12-05

AutoArchive 1.2.0 released

In this new version of AutoArchive you can define arbitrary commands which will be executed before each backup creation and after it. This brings more automation and flexibility. Is allows you, for example to mount/unmount backup storage, stop/start databases and so on. So no more helper scrips, AutoArchive can handle it now.

Posted by Robert Cernansky 2015-01-19

AutoArchive 1.0.2 and 1.1.1 released

Both these releases of AutoArchive, the simple backup utility, contain fix for an exception that might occur when backup restarting is switched to enabled for an already existing archive.

Posted by Robert Cernansky 2014-04-19

AutoArchive 1.1.0 released

Your data are even safer with the new AutoArchive 1.1.0. Thanks to the new feature Backup Keeping old backups does not have to be overwritten with new ones no more. Defined number of backups are renamed and kept instead of being just overwritten. With the combination of incremental archiving this is a superior classic backup solution which ensures continuous availability of your historic data while retaining speed and space efficiency. Download at http://autoarchive.sourceforge.net/.

Posted by Robert Cernansky 2014-02-28 Labels: feature release

AutoArchive 1.0.1 released

AutoArchive version 1.0.1 has been released. It fixes a crash when used with Python 3.3. You may dowload it from http://autoarchive.sourceforge.net.

Posted by Robert Cernansky 2013-03-01

AutoArchive repo migrated to SourceForge

Source code repository of the AutoArchive has been migrated to SourceForge Mercurial service. It is available for browsing at http://autoarchive.hg.sourceforge.net/hgweb/autoarchive/autoarchive . For more information on how to get the latest source code see the homepage at http://autoarchive.sourceforge.net .

Posted by Robert Cernansky 2012-10-14

AutoArchive 1.0.0 released

Big announcement today! The first feature-complete version of AutoArchive was released. Version 1.0 represents the final product of development effort since the beginning of the project. Enjoy using the feature-stable product not worrying about breaking updates. Its support will continue during the entire development cycle of 2.0.

AutoArchive 1.0 lets you define archives in text files and simply use their names as parameters for backup creation. It can make 'tar' backups incrementally while allowing to re-create any existing backup level and also takes care of restarting to a lower level automatically. If you ask nicely, it will show you information about configured archives.... read more

Posted by Robert Cernansky 2012-08-02

AutoArchive 0.5.2 released

Version 0.5.2 of AutoArchive is fixing the exclusion of files from the archive and backup level restarting. Download it from http://autoarchive.sourceforge.net/ and backup your files today!

Posted by Robert Cernansky 2012-06-19

AutoArchive 0.5.1 released

Bugfix release of AutoArchive, the simple backup utility, has arrived. It fixes processing of symbolic links by the internal tar archiver, removes unrelated warnings and more. Download it from the homepage http://autoarchive.sourceforge.net.

Posted by Robert Cernansky 2012-02-27

AutoArchive 0.5.0 released.

A new version of AutoArchive, the simple backup utility, has been released. This version brings a first taste of archive management, many small improvements and fixes.

Listing of all configured archives and revealing detailed information about them was added. With this feature you can see what is the current backup level of an archive. What will be the next level; will it be restarted? What is the reason for the upcoming restart? And many more.... read more

Posted by Robert Cernansky 2012-02-16

AutoArchive 0.4.0 released

Another feature release of AutoArchive arrived. The new version 0.4.0 brings a support for automatic backup level restarting, internal tar implementation which is independent of external tools, possibility of specifying archive's destination directory, improved handling of tar's messages and other small improvements and fixes.

Posted by Robert Cernansky 2011-06-17

AutoArchive 0.3.1 released

AutoArchive 0.3.1 was released. Changes includes small improvements and bug fixes. Info, warning and error output messages now contains name of the archive being processed; this is particularly helpful when processing multiple archives in a single run. Fixed setting of the exit code, reading of the user-config-dir and user-config-file options and more.

Posted by Robert Cernansky 2011-03-28

AutoArchive 0.3.0 released

AutoArchive 0.3.0, with new features, enhanced and refactored, has been released. New features includes:

Support of configuration files – no need to rely just on command line options anymore. 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 can be placed to. It allows to use just a simple name instead of specifying full path to an .aa file. Format of the .aa files was slightly changed, migration is required though.... read more

Posted by Robert Cernansky 2011-03-18

0.2.0 released

New version of the AutoArchve -- a simple backup utility was released with added support for tar.xz archive type and some bugs fixed.

Posted by Robert Cernansky 2010-03-21
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.