2009-06-21 10:10:09 +00:00
|
|
|
## ccollect - (pseudo) incremental backup with different exclude lists using hardlinks and rsync
|
2009-05-26 21:45:19 +00:00
|
|
|
|
|
|
|
<P ALIGN="center">
|
2009-05-26 21:57:28 +00:00
|
|
|
<a href="screenshots/">
|
2009-10-08 09:08:32 +00:00
|
|
|
![ccollect-0.8](screenshots/ccollect-0.8-screenshot-20091007.png "Example output of ccollect")
|
2009-05-26 21:57:28 +00:00
|
|
|
</a>
|
2009-05-26 21:45:19 +00:00
|
|
|
<P>ccollect backups data from local and remote hosts to your local harddisk.
|
2009-06-16 21:12:49 +00:00
|
|
|
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.
|
2009-05-26 22:02:12 +00:00
|
|
|
|
2009-06-16 21:12:49 +00:00
|
|
|
ccollect uses [rsync](http://www.samba.org/rsync/) for synchronisation.
|
|
|
|
Since ccollect-0.2 there is [asciidoc](http://www.methods.co.nz/asciidoc/)
|
2009-05-26 22:02:12 +00:00
|
|
|
based documentation included in the distribution (see below).
|
2009-05-26 21:45:19 +00:00
|
|
|
You should also be able to configure ccollect with the help of the example
|
|
|
|
configuration in conf/.
|
2009-05-26 22:02:12 +00:00
|
|
|
|
2010-04-08 20:11:07 +00:00
|
|
|
* [[get ccollect|getting]]
|
2010-04-08 20:06:46 +00:00
|
|
|
* [[documentation]]
|
|
|
|
* [[quotes]]
|
2009-05-26 22:09:31 +00:00
|
|
|
|
2010-03-30 10:07:41 +00:00
|
|
|
### Portability
|
2009-06-16 21:12:49 +00:00
|
|
|
As ccollect is a simple shell script, it should run on
|
2009-05-26 21:45:19 +00:00
|
|
|
any POSIX compatible OS. It is known or reported to run on:
|
|
|
|
|
2009-06-16 21:23:48 +00:00
|
|
|
* FreeBSD: amd64/i386
|
|
|
|
* Linux: alpha/hppa/ppc/i386
|
|
|
|
* NetBSD: alpha/sparc64/i386/amd64
|
|
|
|
* OpenBSD: amd64
|
2009-06-06 09:19:48 +00:00
|
|
|
|
2009-06-21 10:10:09 +00:00
|
|
|
Feel free to send an e-mail if you are running ccollect on
|
|
|
|
another OS or architecture.
|
|
|
|
|
|
|
|
For more information regarding portability have a look at the [[u2u|net/u2u]] idea.
|
|
|
|
|
2010-03-30 10:07:41 +00:00
|
|
|
### Sample configurations
|
2009-06-16 21:23:48 +00:00
|
|
|
* <a href="config/ccollect-buche-2006-06-16.tar.bz2">Configuration
|
2009-05-26 21:45:19 +00:00
|
|
|
for ccollect 0.4 or later from buche.intern.schottelius.org</a>
|
2009-06-16 21:23:48 +00:00
|
|
|
* <a href="config/ccollect-eiche-2006-02-05.tar.bz2">Configuration
|
2009-05-26 21:45:19 +00:00
|
|
|
for ccollect 0.3.3 or earlier from eiche.intern.schottelius.org</a>
|
2009-06-16 21:12:49 +00:00
|
|
|
|
2009-06-21 10:10:09 +00:00
|
|
|
## Support
|
2009-06-18 08:55:34 +00:00
|
|
|
* There is a general
|
|
|
|
[ccollect mailing list](http://l.schottelius.org/mailman/listinfo/ccollect)
|
|
|
|
available.
|
2010-03-15 09:36:43 +00:00
|
|
|
* **Warning**: Only subscribers can post.
|
2009-06-18 08:55:34 +00:00
|
|
|
* You can join the development ***IRC channel***
|
|
|
|
[#cLinux on irc.freenode.org](irc://irc.freenode.org/#cLinux).
|
2009-05-26 21:45:19 +00:00
|
|
|
|
2009-06-21 10:10:09 +00:00
|
|
|
## Related websites
|
2009-10-06 08:25:33 +00:00
|
|
|
* [RadioTux](http://blog.radiotux.de) reports about ccollect in the [[RadioTux@HoRadS #76 edition|dokumentationen/radiotux-horads-76]].
|
2009-10-06 07:25:23 +00:00
|
|
|
* The German magazine [Linux-Magazin](http://www.linux-magazin.de/)
|
|
|
|
contains the article [[writes about ccollect|dokumentationen/linuxmagazin-clevere-datensicherung-mit-ccollect]].
|
|
|
|
* The German magazine [Linux User](http://www.linuxuser.de/)
|
|
|
|
[[writes about ccollect in the 2009/08 edition|about/press]].
|
|
|
|
* [ccollect-config](http://0xf00.de/ccollect-config.html) -
|
2009-05-26 21:45:19 +00:00
|
|
|
a configuration tool written by Frederic Jaeckel
|
2009-06-21 08:25:16 +00:00
|
|
|
* [German report about ccollect including a description
|
|
|
|
of reverse ssh tunnels](http://muasch.ch/article/show/ccollect-backup-software)
|
|
|
|
by Benedikt Köppel,
|
2009-06-22 17:38:13 +00:00
|
|
|
|
|
|
|
[[!tag unix backup]]
|