diff --git a/software/ccollect/documentation/ccollect.htm b/software/ccollect/documentation/ccollect.htm index a56d93cc..47e751bf 100644 --- a/software/ccollect/documentation/ccollect.htm +++ b/software/ccollect/documentation/ccollect.htm @@ -1,4 +1,4 @@ -ccollect - Installing, Configuring and Using

ccollect - Installing, Configuring and Using

Revision History
Revision 2.8for ccollect 2.8, Initial Version from 2006-01-13NS

Table of Contents

Introduction
Supported and tested operating systems and architectures
Why you COULD only backup from remote hosts, not to them
Incompatibilities and changes
Quick start
Requirements
Installing ccollect
Using ccollect
Installing
Configuring
Runtime options
General configuration
Source configuration
Hints
Smart logging
Using a different ssh port
Using source names or interval in pre_/post_exec scripts
Using rsync protocol without ssh
Not excluding top-level directories
Re-using already created rsync-backups
Using pre_/post_exec
Using source specific interval definitions
Comparing backups
Testing for host reachabilty
Easy check for errors
F.A.Q.
What happens if one backup is broken or empty?
When backing up from localhost the destination is also included. Is this a bug?
Why does ccollect say "Permission denied" with my pre-/postexec script?
Why does the backup job fail when part of the source is a link?
How can I prevent missing the right time to enter my password?
Backup fails, if autofs is running, but sources not reachable
Examples
A backup host configuration from scratch
Using hard-links requires less disk space
A collection of backups on the backup server
Processes running when doing ccollect -j

(pseudo) incremental backup +ccollect - Installing, Configuring and Using

ccollect - Installing, Configuring and Using

Revision History
Revision 2.9for ccollect 2.9, Initial Version from 2006-01-13NS

(pseudo) incremental backup with different exclude lists using hardlinks and rsync

Introduction

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 diff --git a/software/ccollect/documentation/ccollect.html b/software/ccollect/documentation/ccollect.html index 51592d0a..d42b368c 100644 --- a/software/ccollect/documentation/ccollect.html +++ b/software/ccollect/documentation/ccollect.html @@ -737,8 +737,8 @@ asciidoc.install();

ccollect - Installing, Configuring and Using

Nico Schottelius
<nico-ccollect__@__schottelius.org>
-version 2.8, -for ccollect 2.8, Initial Version from 2006-01-13 +version 2.9, +for ccollect 2.9, Initial Version from 2006-01-13
@@ -2211,9 +2211,9 @@ rsync -av -H --delete /mnt/archiv/ "$DDIR/archiv/"

diff --git a/software/ccollect/documentation/ccollect.text b/software/ccollect/documentation/ccollect.text index 84c326ec..bc8326a7 100644 --- a/software/ccollect/documentation/ccollect.text +++ b/software/ccollect/documentation/ccollect.text @@ -1,7 +1,7 @@ ccollect - Installing, Configuring and Using ============================================ Nico Schottelius -2.8, for ccollect 2.8, Initial Version from 2006-01-13 +2.9, for ccollect 2.9, Initial Version from 2006-01-13 :Author Initials: NS diff --git a/software/ccollect/download.mdwn b/software/ccollect/download.mdwn index 1b5a0b5f..209f9a81 100644 --- a/software/ccollect/download.mdwn +++ b/software/ccollect/download.mdwn @@ -5,6 +5,7 @@ You can get the latest (development) version via git: git clone https://code.ungleich.ch/ungleich-public/ccollect.git ## Releases + * ccollect-2.9.tar.bz2 * ccollect-2.8.tar.bz2 * ccollect-2.7.tar.bz2 * ccollect-2.6.tar.bz2 diff --git a/software/ccollect/download/ccollect-2.9.tar.bz2 b/software/ccollect/download/ccollect-2.9.tar.bz2 new file mode 100644 index 00000000..0d183337 Binary files /dev/null and b/software/ccollect/download/ccollect-2.9.tar.bz2 differ