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

![ccollect-0.7.1](screenshots/ccollect-0.7.1-screenshot-20090527.png "Example output of ccollect-0.6")

ccollect backups data from local and remote hosts to your local harddisk. Although ccollect creates full backups, it requires very less space on the backup medium, because ccollect uses hardlinks to create an initial copy of the last backup. Only the inodes used by the hardlinks and the changed files need additional space. ccollect uses [rsync](http://www.samba.org/rsync/) for synchronisation. Since ccollect-0.2 there is [asciidoc](http://www.methods.co.nz/asciidoc/) based documentation included in the distribution (see below). You should also be able to configure ccollect with the help of the example configuration in conf/. ### Documentation You can read * the ccollect handbook as text, HTML, HTML (docbook), * the ccollect manpage as text, troff HTML HTML (docbook) * or view some screenshots. There used to be a German translation of the handbook, but it is outdated and thus removed. ### Portability As ccollect is a simple shell script, it should run on any POSIX compatible OS. It is known or reported to run on:

Feel free to send an e-mail if you are running ccollect on another OS or architecture. ### Sample configurations ### Getting ccollect You can get the latest (development) version via git: git clone git://git.schottelius.org/cLinux/ccollect.git A git mirror can be found at * [github](http://github.com/telmich/ccollect/tree/master) Alternatively, you can [look at the current status in gitweb](http://git.schottelius.org/?p=cLinux/ccollect.git;a=summary). ### Releases