2004-12-05 Per Jensen * systembackup-cron.sh : automatic deletion of files removed * systembackup.sh : added -docs argument which backs up files and directories named in docbackup(). The tar file is stored in a directory configured by a new config setting 'docarchivedir' 2004-02-18 Per Jensen * systembackup-cron.sh : use find to delete files created more than 14 days ago 2004-02-17 Per Jensen * systembackup.sh : make flat file copy of cyrus berkeley mailbox db. 2003-11-09 Per Jensen * systembackup.sh : use 'archivedir' and new 'archivedirinc' variables when setting storing and retrieving files. No need to specify paths in systembackup function anymore. Added testsuite to show that full backups and incremental backups are working. Documented test procedure, noted how to use systembackup.sh in cron and included crondriver.sh script in tarfile. 2003-10-12 Per Jensen * systembackup.sh : incremental backups working. Print hostname in log file. Print partition tables, copy fstab and raidtab. Corrected and expanded documentation a bit. 2003-05-08 Per Jensen * systembackup.sh: copy /etc/raidtab and partition layout to archivedir 2003-04-20 Per Jensen * systembackup/systembackup-manual.txt: corrected restore example. 2003-04-19 Per Jensen * systembackup/systembackup.sh: tar files are now split into chunks of configurable size. This is to keep tar files under 2G. 'Mkisofs' seems to dislike such big files. 2003-03-07 Per Jensen * systembackup/Changelog (2003-03-02): changed ${dir} to ${archivedir}, fixed options so we don't trigger a Linux error when backing up /dev 2002-09-24 Per Jensen * backup-admin.py : Graham Wilson reported bug with Python 2.2, fixed and requirements raised.