(pseudo) incremental backup with different exclude lists using hardlinks and rsync
Go to file
Nico Schottelius 482913f86d Fix more typos.
And explain better what happens if one backup is broken.
2006-02-23 09:51:39 +01:00
conf Added full pre-/post exec implementation and configuration 2006-01-22 12:37:04 +01:00
doc Fix more typos. 2006-02-23 09:51:39 +01:00
.gitignore Changed ignorelist 2006-01-13 12:36:02 +01:00
COPYING Added GPL 2006-01-14 12:02:06 +01:00
Makefile Fixed fatal typo in documentation, which would make pre/post_exec unusable 2006-02-23 09:42:05 +01:00
README Removed typo, added feature 2006-01-22 12:57:43 +01:00
ccollect.sh Added date 2006-02-07 21:22:39 +01:00
release.sh Changed release 2006-01-22 13:31:56 +01:00

README

--------------------------------------------------------------------------------
ccollect.sh, Nico Schottelius, 2005-12-06
--------------------------------------------------------------------------------

ccollect backups data from local or remote hosts to your local harddisk.


You can retriev the latest version of ccollect at [0].

doc/ccollect.text          Manual in text format
doc/ccollect.html          Manual in xhtml

ccollect was inspired by rsnapshot [1], which had some problems:
   - configuration parameters had to be TAB seperated
   - you could not specify exclude lists differently for every source
   - no per source pre/post execution support
   - no parallel execution
   - I didn't like the configuration at all, so I used the cconfig style [2].


[0]: ccollect:    http://linux.schottelius.org/ccollect/
[1]: rsnapshot:   http://www.rsnapshot.org/
[2]: cconfig:     http://nico.schotteli.us/papers/linux/cconfig/