From ca5c9fc5fd0e4e31c9e43971d05d92f4594fca49 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Apr 2008 13:08:50 +0200 Subject: [PATCH] Describe delete_incomplete Signed-off-by: Nico Schottelius --- doc/ccollect.text | 11 +++++++++-- doc/todo/0.8.0 | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/ccollect.text b/doc/ccollect.text index 1091712..0785983 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -140,7 +140,7 @@ For those who do not want to read the whole long document: -------------------------------------------------------------------------------- # get latest ccollect tarball from http://unix.schottelius.org/ccollect/ # replace value for CCV with the current version -export CCV=0.7.0 +export CCV=0.7.1 # # replace 'wget' with 'fetch' on bsd @@ -254,7 +254,7 @@ Runtime options `ccollect` looks for its configuration in '/etc/ccollect' or, if set, in the directory specified by the variable '$CCOLLECT_CONF': -------------------------------------------------------------------------------- -# sh-compatible (zsh, mksh, ksh, bash, ...) +# sh-compatible (dash, zsh, mksh, ksh, bash, ...) $ CCOLLECT_CONF=/your/config/dir ccollect.sh ... # csh @@ -325,6 +325,13 @@ human readable format before and after the whole backup process: ------------------------------------------------------------------------- +General delete_incomplete +^^^^^^^^^^^^^^^^^^^^^^^^^ +If you add '$CCOLLECT_CONF/defaults/`delete_incomplete`', this +option applies for all sources. See below for a longer +explanation. + + Source configuration ~~~~~~~~~~~~~~~~~~~~ Each source configuration exists in '$CCOLLECT_CONF/sources/$name' or diff --git a/doc/todo/0.8.0 b/doc/todo/0.8.0 index 6c32c38..2b5130d 100644 --- a/doc/todo/0.8.0 +++ b/doc/todo/0.8.0 @@ -3,3 +3,4 @@ check_option $f_name => source => defaults +- support all senseful options as default and source specific