Differences

This shows you the differences between the selected revision and the current version of the page.

release_notes 2009/11/05 13:40 release_notes 2010/07/06 09:51 current
Line 1: Line 1:
====== LBackup Release Notes ====== ====== LBackup Release Notes ======
 +
 +===== Version 0.9.8r4 =====
 +  * Various minor improvements. 
 +  * Added ability to archive rsync session log files.
 +  * Very basic man page is now included.
 +  * Improvements to post action subsystem.
 +  * Added an option for disabling ACL preservation on darwin with custom rsync v3 installed.
 +  * Added a basic example post action script which reports the backup completion time.
 +  * Moved the configuration directory to /etc/lbackup
 +  * Added options for the rsync --checksum to the LBackup configuration file.
 +  * Added options for the rsync --numeric-ids to the LBackup configuration file.
 +  * Added basic LINUX server support to the example sparse-bundle synchronization post action script.
 +  * Added the ability to pass the -s flag to the lcd command so that it may be used within a script to search for files.
 +  * Minor bug fixes.
 +
 +
 +===== Version 0.9.8r3 =====
 +  * Includes a post action which makes archiving of the sync session logs easy. If enabled this log may be used as a trip wire. It is possible to compare session logs to exactly which files in your backup have been modified, added or deleted.
 +  * Initial implementation of custom per backup configuration mail template system.
 +  * Improvements to reliability of backups by adding a snap shot integrity check prior to commencing backup snapshot rotations.
 +  * Added errors if the specified custom version of rsync was not able to be located on the system when darwin checks are enabled.
 +  * Added warnings for unmanaged sections within a backup set.
 +  * Added hard link support even when number of rotations is set configured to one rotation. Earlier version would copy all data again across the network.
 +  * Added integer input checking for number of rotations.
 +  * Resolved issue relating to the exit value always being set to zero even when an error occurred during the backup.
 +  * Implemented basic checks before sending mail that the destination address has actually been modified.
 +  * Added additional pre and post action scripts.
 +  * Various minor improvements.
 +  * Minor bug fixes.
 +
===== Version 0.9.8r2 ===== ===== Version 0.9.8r2 =====
-  * Added a example post action script which will maintain a link to the backup destination directory within the backup configuration directory.+  * Added an example post action script which will maintain a link to the backup destination directory within the backup configuration directory.
  * The new version of the example post-action script for generating time based links script now generates relative links by default. This makes it easier to migrate backup sets between storage devices or directories.   * The new version of the example post-action script for generating time based links script now generates relative links by default. This makes it easier to migrate backup sets between storage devices or directories.
  * Resolved issue with Mac OS 10.3.9 installer.   * Resolved issue with Mac OS 10.3.9 installer.