forked from ungleich-public/ccollect
Update doc, preperation for 0.4.2
This commit is contained in:
parent
57cba53e16
commit
466220823b
2 changed files with 9 additions and 3 deletions
|
@ -14,7 +14,7 @@ CPREEXEC="$CDEFAULTS/pre_exec"
|
||||||
CPOSTEXEC="$CDEFAULTS/post_exec"
|
CPOSTEXEC="$CDEFAULTS/post_exec"
|
||||||
|
|
||||||
TMP=$(mktemp /tmp/$(basename $0).XXXXXX)
|
TMP=$(mktemp /tmp/$(basename $0).XXXXXX)
|
||||||
VERSION=0.4.1
|
VERSION=0.4.2
|
||||||
RELEASE="2006-XX-XX"
|
RELEASE="2006-XX-XX"
|
||||||
HALF_VERSION="ccollect $VERSION"
|
HALF_VERSION="ccollect $VERSION"
|
||||||
FULL_VERSION="ccollect $VERSION ($RELEASE)"
|
FULL_VERSION="ccollect $VERSION ($RELEASE)"
|
||||||
|
|
|
@ -106,8 +106,14 @@ Configuring
|
||||||
Runtime options
|
Runtime options
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
`ccollect` looks for its configuration in '/etc/ccollect' or, if set, in
|
`ccollect` looks for its configuration in '/etc/ccollect' or, if set, in
|
||||||
the directory specified by the variable '$CCOLLECT_CONF'
|
the directory specified by the variable '$CCOLLECT_CONF':
|
||||||
(set 'CCOLLECT_CONF=/your/config/dir ccollect.sh' on the shell).
|
--------------------------------------------------------------------------------
|
||||||
|
# sh-compatible (zsh, mksh, ksh, bash, ...)
|
||||||
|
$ CCOLLECT_CONF=/your/config/dir ccollect.sh ...
|
||||||
|
|
||||||
|
# csh
|
||||||
|
$ ( setenv CCOLLECT_CONF /your/config/dir ; ccollect.sh ... )
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
When you start `ccollect`, you have to specify in which interval
|
When you start `ccollect`, you have to specify in which interval
|
||||||
to backup (daily, weekly, yearly; you can specify the names yourself, see below) and which sources to backup (or -a to backup all sources).
|
to backup (daily, weekly, yearly; you can specify the names yourself, see below) and which sources to backup (or -a to backup all sources).
|
||||||
|
|
Loading…
Reference in a new issue