2007-08-17 13:45:21 +00:00
|
|
|
0.6 to 0.6.1:
|
|
|
|
* Added check for destination_base in add_ccollect_source.sh
|
2007-08-20 16:09:48 +00:00
|
|
|
* Added support for -V and --version
|
2007-08-20 15:45:06 +00:00
|
|
|
* Added ccollect-logwrapper.sh (and a manpage ;-)
|
2007-08-20 16:09:48 +00:00
|
|
|
* Changed behaviour: ccollect now clones from the latest existing backup,
|
|
|
|
independent of the interval. This way different intervals do not
|
|
|
|
diverge. ccollect uses ls -c to determine latest backup.
|
2007-08-17 13:45:21 +00:00
|
|
|
|
2007-08-14 13:31:49 +00:00
|
|
|
0.5.2 to 0.6:
|
2007-08-14 12:41:36 +00:00
|
|
|
* Always print return code of rsync
|
2007-08-14 13:26:20 +00:00
|
|
|
* Add much more timing information
|
2007-08-16 19:38:51 +00:00
|
|
|
* One option per line in rsync_options now (NOT space seperated)
|
2007-08-16 18:01:45 +00:00
|
|
|
* Added --sparse as default option
|
2007-08-16 19:38:51 +00:00
|
|
|
* Added management tools (including manpages):
|
2007-08-16 18:01:45 +00:00
|
|
|
* add_ccollect_source.sh
|
|
|
|
* delete_ccollect_source.sh
|
2007-08-16 22:19:53 +00:00
|
|
|
* list_ccollect_intervals.sh
|
|
|
|
* Cleaned up exit calls (now always cleanly removes temporary files)
|
2007-08-17 09:23:32 +00:00
|
|
|
* In theory, added pdf documentation (though, was unable to do it with fop)
|
2007-08-16 20:23:33 +00:00
|
|
|
* Changed license to GPLv3 (from GPLv2)
|
2007-08-16 18:01:45 +00:00
|
|
|
|
2006-10-21 22:11:21 +00:00
|
|
|
0.5.1 to 0.5.2:
|
|
|
|
* Display correct error code, if rsync returns non-zero
|
2007-01-20 15:41:53 +00:00
|
|
|
* Unify messages
|
|
|
|
* Remove some potential quoting problems
|
2006-10-21 22:11:21 +00:00
|
|
|
|
2006-10-19 12:52:06 +00:00
|
|
|
0.5 to 0.5.1:
|
|
|
|
* Remove always printed debug information
|
|
|
|
|
2006-10-15 19:02:41 +00:00
|
|
|
0.4.3 to 0.5:
|
|
|
|
* Removed requirement PaX
|
|
|
|
* Removed requirement bc
|
|
|
|
|
2006-09-05 19:41:12 +00:00
|
|
|
0.4.2 to 0.4.3:
|
|
|
|
* Display error code of rsync, if non-zero (for further analysis)
|
|
|
|
* Fix Makefile, so 'make install' works on others OS
|
|
|
|
* reorder $RSYNC_EXTRA, so it can be overriden by users
|
|
|
|
|
2006-06-16 22:19:59 +00:00
|
|
|
0.4.1 to 0.4.2:
|
|
|
|
* fixed bug when $CCOLLECT_CONF is relative
|
|
|
|
* added Quickstart to documentation
|
|
|
|
|
2006-05-12 15:52:54 +00:00
|
|
|
0.4 to 0.4.1:
|
2006-06-15 21:45:33 +00:00
|
|
|
* updated documentation, fixed some English related problems
|
2006-06-13 10:44:32 +00:00
|
|
|
* added Texinfo documentation
|
|
|
|
* added a manpage (English)
|
2006-06-13 10:04:36 +00:00
|
|
|
* fixed problem with 'make install' (strip was used)
|
2006-06-13 10:08:53 +00:00
|
|
|
* fixed possible problem with pre_exec beeing executed to late
|
2006-06-13 10:45:40 +00:00
|
|
|
* fixed small bug in sed expression: using 'source/' made it fail
|
2006-05-12 15:52:54 +00:00
|
|
|
|
2006-04-25 13:19:53 +00:00
|
|
|
0.3.3 to 0.4:
|
|
|
|
* `pax` (Posix) is now required, `cp -al` (GNU specific) is removed
|
|
|
|
* "interval" was written with two 'l' (ell), which is wrong in English
|
|
|
|
* Changed the name of backup directories, removed the colon in the interval
|
2006-04-25 13:28:54 +00:00
|
|
|
* ccollect will now exit, when preexec returns non-zero
|
|
|
|
* ccollect now reports when postexec returns non-zero
|
2006-04-25 13:19:53 +00:00
|
|
|
|
2006-02-24 08:44:58 +00:00
|
|
|
0.3.2 to 0.3.3:
|
|
|
|
* Fix a small bug, which suppressed information when rsync exits non-zero
|
|
|
|
|
2006-01-27 21:06:00 +00:00
|
|
|
0.3.1 to 0.3.2:
|
2006-01-27 22:07:35 +00:00
|
|
|
* ccollect now prints the start time, end time and duration of the backup
|
2006-04-25 13:28:54 +00:00
|
|
|
|
2006-01-24 21:58:39 +00:00
|
|
|
0.3 to 0.3.1:
|
|
|
|
* added support for printing a summary
|
|
|
|
* some cosmetic changes
|
|
|
|
|
2006-01-22 09:46:58 +00:00
|
|
|
0.2 to 0.3:
|
|
|
|
* added "very_verbose"
|
|
|
|
* normal "verbose" is now less verbose
|
2006-01-22 12:27:12 +00:00
|
|
|
* added general 'pre_exec' and 'post_exec' support
|
|
|
|
* added source specfifc 'pre_exec' and 'post_exec' support
|
2006-01-22 09:46:58 +00:00
|
|
|
|
2005-12-14 10:55:15 +00:00
|
|
|
0.1 to 0.2:
|
|
|
|
* Added plausibility check
|
|
|
|
* Updated and made documentation readable
|
|
|
|
* implemented verbose option
|
|
|
|
* Fixed double exclude parameter bug
|
2006-01-13 11:33:43 +00:00
|
|
|
* Added much better documentation (asciidoc)
|
2006-01-13 16:07:20 +00:00
|
|
|
* added rsync extra parameter option
|