From 466220823b3de42984fa847a61f3ad9633c32521 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 16 Jun 2006 23:24:07 +0200 Subject: [PATCH] Update doc, preperation for 0.4.2 --- ccollect.sh | 2 +- doc/ccollect.text | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index d18fd06..6a87e75 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -14,7 +14,7 @@ CPREEXEC="$CDEFAULTS/pre_exec" CPOSTEXEC="$CDEFAULTS/post_exec" TMP=$(mktemp /tmp/$(basename $0).XXXXXX) -VERSION=0.4.1 +VERSION=0.4.2 RELEASE="2006-XX-XX" HALF_VERSION="ccollect $VERSION" FULL_VERSION="ccollect $VERSION ($RELEASE)" diff --git a/doc/ccollect.text b/doc/ccollect.text index def64e7..420360c 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -106,8 +106,14 @@ Configuring Runtime options ~~~~~~~~~~~~~~~ `ccollect` looks for its configuration in '/etc/ccollect' or, if set, in -the directory specified by the variable '$CCOLLECT_CONF' -(set 'CCOLLECT_CONF=/your/config/dir ccollect.sh' on the shell). +the directory specified by the variable '$CCOLLECT_CONF': +-------------------------------------------------------------------------------- +# 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 to backup (daily, weekly, yearly; you can specify the names yourself, see below) and which sources to backup (or -a to backup all sources).