Add new todos
This commit is contained in:
parent
7c53c28c5d
commit
d95861c81c
4 changed files with 21 additions and 0 deletions
|
@ -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
3
doc/todo/0.5.2
Normal 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
6
doc/todo/0.5.3
Normal 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
9
doc/todo/0.6
Normal 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
|
Loading…
Reference in a new issue