From fd541c8ea49334a3c387cc8e3f3575c9a825feab Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 25 Apr 2006 15:32:26 +0200 Subject: [PATCH] Replaced cp with pax in documentation --- doc/ccollect.text | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ccollect.text b/doc/ccollect.text index 6198611..563ad60 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -95,7 +95,7 @@ to backup (daily, weekly, yearly; you can specify the names yourself, see below) The intervall is used to specify how many backups to keep. There are also some self explaining parameters you can pass to ccollect, simply use -"ccollect.sh --help" for info. +`ccollect.sh --help` for info. General configuration @@ -168,14 +168,14 @@ Each source has at least the following files: Additionally a source may have the following files: - `verbose` whether to be verbose (passes -v to `rsync`) - - `very_verbose` be very verbose (-v also for `mkdir`, `cp`, `rm`) + - `very_verbose` be very verbose (-v also for `mkdir`, `pax`, `rm`) - `summary` create a transfer summary when `rsync` finished - `exclude` exclude list for `rsync`. newline ('\n') seperated list. - `rsync_options` extra options to pass to `rsync` - - `pre_exec` program to execute before backuping this source - - `post_exec` program to execute after backuping this source + - `pre_exec` program to execute before backuping *this* source + - `post_exec` program to execute after backuping *this* source Example: @@ -228,7 +228,7 @@ Detailled description of "very_verbose" `very_verbose` tells `ccollect` that it should log very verbose. If this file exists in the source specification *-v* will be passed to -`rsync`, `cp`, `rm` and `mkdir`. +`rsync`, `pax`, `rm` and `mkdir`. Example: