with -tcp1 need to head -n1, not tail -n1 anymore

This commit is contained in:
Nico Schottelius 2007-08-17 23:50:40 +02:00
commit fd6a50a36b
2 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,3 @@
- Improve finding backup from another interval:
o strip of interval name
o run sort -n
o use the last entry
- do not delete_incomplete, when there's only one backup left!
- Add filter support
* filter
@ -10,3 +6,10 @@
- add source/ignore_failed_pre_exec
- add source/ignore_failed_post_exec
- .ccollect-marker is deleted by rsync at the beginning!
- fix marking
Done:
- Improve finding backup from another interval:
o strip of interval name
o run sort -n
o use the last entry