bakonf is a tool for making backups of configuration files on GNU/Linux or Unix-like systems. It uses various methods to reduce the size of the backups it creates, and is designed to be useful for unattended remote servers.
| Tags | Archiving backup |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | Python |
Recent releases


Changes: This release fixes filename charset/encoding issues.


Changes: Compatibility with Python 2.3 was fixed.


Changes: This release drops the RPM 4.1 requirement, and bakonf now runs on any Unix-like machine which has Python 2.2 and a few modules (including optik and tarfile).


Changes: Changing one wrong stat to lstat, and a fix for an error when a path couldn't be stat'ed.


Changes: This release introduces the need for python package 'tarfile' (http://www.gustaebel.de/lars/tarfile/) and python-bz2 (http://python-bz2.sf.net/), but the added advantage is that the program doesn't spawn tar anymore.