ccollect
is a backup utility written in the sh-scripting language.
+
ccollect
is a backup utility written in the sh-scripting language.
It does not depend on a specific shell, only /bin/sh
needs to be
bourne shell compatibel (like dash, ksh, zsh, bash, …).
For more information refer to the manual titled "ccollect - Installing, Configuring and Using" (available as text (asciidoc), @@ -7,6 +7,10 @@ texinfo or html).
ccollect logging depends on running in non-interactive/interactive mode +and on specified optins. The mechanism behaves as the following:
- +non-interactive mode +
- +standard output goes to syslog +
- +optional: specify logging into file +
- +log all output by default +
- +optional: log only errors +
- +interactive mode +
- +standard output goes to stdout +
- +log only errors +
+optional: log into syslog or file +
- +log all output by default +
- +optional: log only errors +
ccollect_add_source(1), ccollect_analyse_logs(1), ccollect_logwrapper(1) ccollect_delete_source(1), ccollect_list_intervals(1)
Nico Schottelius <nico-ccollect--@--schottelius.org>
Main web site: http://www.nico.schottelius.org/software/ccollect/
+ Log only errors +
++ Log to specified file +
+- Be very verbose (uses set -x) + Log to syslog with tag ccollect