More comments
This commit is contained in:
parent
44c80899fe
commit
07cb3473db
3 changed files with 8 additions and 3 deletions
1
TODO
1
TODO
|
@ -12,6 +12,7 @@ and create
|
|||
_techo () { echo "$timestamp $name $msg" }
|
||||
perhaps create
|
||||
_eecho () { _techo "ERROR $msg" }
|
||||
?
|
||||
--------------------------------------------------------------------------------
|
||||
2. clonen von anderen existierenden backups?
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -454,10 +454,16 @@ while [ "$i" -lt "$no_sources" ]; do
|
|||
|
||||
#
|
||||
# FIXME: check, whether this is broken with spaces...
|
||||
# most likely it should be broken...
|
||||
# most likely it should be broken...MUST be...
|
||||
# expanding depens on shell (zsh = 1, dash = 3 arguments in test case)
|
||||
#
|
||||
useropts="$VERBOSE $EXCLUDE $SUMMARY $RSYNC_EXTRA"
|
||||
|
||||
#
|
||||
# FIXME:useropts / rsync extra: one parameter per line!
|
||||
# 0.5.3!
|
||||
#
|
||||
|
||||
# Clone from previous backup, if existing
|
||||
if [ "$last_dir" ]; then
|
||||
|
||||
|
|
2
doc/TODO
2
doc/TODO
|
@ -1,5 +1,3 @@
|
|||
- ssh / rsync problem
|
||||
-> ssh noch nie genutzt
|
||||
- add --version, -V
|
||||
- hint: : in path / sed / general problem
|
||||
- hint: backuping backup
|
||||
|
|
Loading…
Reference in a new issue