Add new todos

This commit is contained in:
Nico Schottelius 2007-01-19 20:01:53 +01:00
parent 7c53c28c5d
commit d95861c81c
4 changed files with 21 additions and 0 deletions

View file

@ -427,6 +427,9 @@ while [ "$i" -lt "$no_sources" ]; do
destination_date=$($CDATE)
destination_dir="$c_dest/${INTERVAL}.${destination_date}.$$"
#
# FIXME:
#
last_dir=$(ls -d "$c_dest/${INTERVAL}."?* 2>/dev/null | sort -n | tail -n 1)
# give some info

3
doc/todo/0.5.2 Normal file
View file

@ -0,0 +1,3 @@
x Fix $? problem
- Check last dir searching
- Check general functionality (remove testing)

6
doc/todo/0.5.3 Normal file
View file

@ -0,0 +1,6 @@
- join todos
- fix possible quoting problems
* rsync_extra (redefine format)
* exclude
* other
* create _rsync, filtering args, creating new $@

9
doc/todo/0.6 Normal file
View file

@ -0,0 +1,9 @@
- implement use of different intervals as source for cloning
* use 'woechentlich' if available and no backup exists for 'daily'
* add 'prefer_latest' to prefer different interval, that's newer than
ours
* or add 'prefer_same_interval' instead?
- implement detection of partial backups
- do not check by name, but by time
* is ls -t posix?
* also check: -p -1