diff --git a/doc/CHANGES b/doc/CHANGES index 1bd429f..b336b8d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,5 +1,6 @@ 0.6 to 0.6.1: * Added check for destination_base in add_ccollect_source.sh + * Add support for -V and --version 0.5.2 to 0.6: * Always print return code of rsync diff --git a/doc/todo/0.6.1 b/doc/todo/0.6.1 index 619beeb..f92d5ac 100644 --- a/doc/todo/0.6.1 +++ b/doc/todo/0.6.1 @@ -1,10 +1,8 @@ -- do not delete_incomplete, when there's only one backup left! - Add filter support * filter -- think about 'prefer_same_interval' / 'prefer_latest' -- add --version, -V - add source/ignore_failed_pre_exec - add source/ignore_failed_post_exec +- do not delete_incomplete, when there's only one backup left! - .ccollect-marker is deleted by rsync at the beginning! - fix marking @@ -13,3 +11,7 @@ Done: o strip of interval name o run sort -n o use the last entry +- add --version, -V + +not needed: +- think about 'prefer_same_interval' / 'prefer_latest'