Update todo for 0.6.1

This commit is contained in:
Nico Schottelius 2007-08-17 00:10:08 +02:00
parent 73501e8963
commit 2c38ea503f
2 changed files with 35 additions and 29 deletions

View file

@ -1,3 +1,22 @@
not did, did not remember why I wanted to do that:
- do sed-time check:
1.2. replace sed?
compare timing:
_echo () { echo "$name $msg" }
and create
_techo () { echo "$timestamp $name $msg" }
perhaps create
_eecho () { _techo "ERROR $msg" }
?
done:
add note for
09:24 < telmich> Obri: ~/.ssh/config!
- implement use of different intervals as source for cloning - implement use of different intervals as source for cloning
* use 'woechentlich' if available and no backup exists for 'daily' * use 'woechentlich' if available and no backup exists for 'daily'
* add 'prefer_latest' to prefer different interval, that's newer than * add 'prefer_latest' to prefer different interval, that's newer than
@ -14,39 +33,15 @@ sven / markierung
- do not check by name, but by time - do not check by name, but by time
* is ls -t posix? * is ls -t posix?
* also check: -p -1 * also check: -p -1
- do sed-time check:
1.2. replace sed?
compare timing:
_echo () { echo "$name $msg" }
and create
_techo () { echo "$timestamp $name $msg" }
perhaps create
_eecho () { _techo "ERROR $msg" }
?
- ccollect Zeitausgabe verbessern - ccollect Zeitausgabe verbessern
- Wofuer wie lange gebraucht - Wofuer wie lange gebraucht
* rm * rm
* klonen (gibt es so ja nicht) * klonen (gibt es so ja nicht)
Wenn Summary angegeben ist am Ende ausgeben Wenn Summary angegeben ist am Ende ausgeben
- add --version, -V
- do we want rsync -H by default? - do we want rsync -H by default?
- add source/ignore_failed_pre_exec * no: takes much more memory
- add source/ignore_failed_post_exec
ssh / port change: ssh / port change:
change rsync_extra format change rsync_extra format
add note for
09:24 < telmich> Obri: ~/.ssh/config!
Documentation:
- hint: backuping backup
- update documentation:
- german doc?
- exit pre/post exec -> error codes (after implementation!) (in 0.4)
- write about fast changing fs
- Variables: - Variables:
source_$n source_$n
no_sources no_sources
@ -54,12 +49,15 @@ Documentation:
- changed naming of sources: - changed naming of sources:
YYYYMMDD-HHMM.PID (better readable) YYYYMMDD-HHMM.PID (better readable)
=> source / backup converter! => not needed! => source / backup converter! => not needed!
- delete_incomplete
config: config:
set destination-base set destination-base
/etc/ccollect/defaults/source_config /etc/ccollect/defaults/source_config
Documentation:
done: - hint: backuping backup
- update documentation:
- german doc?
- exit pre/post exec -> error codes (after implementation!) (in 0.4)
- write about fast changing fs
- delete_incomplete

View file

@ -2,3 +2,11 @@
o strip of interval name o strip of interval name
o run sort -n o run sort -n
o use the last entry o use the last entry
- 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