Release Name: 1.24
Notes:
This is the last stable version before a major feature addition (and possibly destabilisation) of the program.
Changes:
lnbackup-ng (1.24) unstable; urgency=low
* multiple backup devices in one config directory
* check all (given in config) backups
-- Martin Povolny <martin.povolny@solnet.cz> Wed, 4 Jan 2006 14:30:59 +0100
lnbackup-ng (1.23) unstable; urgency=low
* lnstat, lnmout, lnumount: propagate args to lnbackup
-- Martin Povolny <martin.povolny@solnet.cz> Tue, 22 Nov 2005 15:44:00 +0100
lnbackup-ng (1.22) unstable; urgency=low
* Fixed --no-delete.
-- Martin Povolny <martin.povolny@solnet.cz> Thu, 3 Nov 2005 10:31:22 +0100
lnbackup-ng (1.21) unstable; urgency=low
* Revert cifs --> smbfs for PCs backup (cifs doesn't handle) NetBIOS names.
* Fix typo in PCs backup exception handling.
-- Martin Povolny <martin.povolny@solnet.cz> Fri, 30 Sep 2005 08:57:37 +0200
lnbackup-ng (1.20) unstable; urgency=low
* Memory optimalization: radically reduce memory consumption during backup.
* New switch '--delay=FLOAT' to specify delay in seconds between processing
fs objects.
* Rewritten logging to use lazy evaluation.
* Mounting/unmounting redone (now can remount a ro-mounted partition that
can't be unmounted.
* Routine to detect running lnbackup -- PID is stored in
#{backup_mountpoint}/LNBACKUP_RUNNING.
* More fixes for excludes (as in 1.19.1) now it should really work.
* Handle Errno::ETXTBSY in copy_code.
* Exception handling in do_copy in exception handling ;-) .
* Added --no-delete command-line option: when given, lnbackup does not free
space, when out of space, lnbackup exits with error.
|