(pseudo) incremental backup with different exclude lists using hardlinks and rsync
Go to file
Nico Schottelius 0231c18401 Completed parallelization 2006-01-13 17:39:17 +01:00
conf Added more correct, still broken parallel execution 2006-01-13 16:14:41 +01:00
doc Parallel and logging works, now beautifying 2006-01-13 17:07:20 +01:00
.gitignore Changed ignorelist 2006-01-13 12:36:02 +01:00
Makefile Added Makefile 2006-01-13 12:44:02 +01:00
README Added just another reference to documentation 2005-12-14 10:18:07 +01:00
ccollect.sh Completed parallelization 2006-01-13 17:39:17 +01:00
release.sh Made release script more portabel, added some more space saving statistic 2005-12-08 14:46:18 +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/REQUIREMENTS           shows dependencies of ccollect.
doc/INSTALL                describes how to install it.
doc/configuration          describes how to configure it.
doc/configuration.example  is a log of how I created a configuration.


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 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:   htt://www.rsnapshot.org/
[2]: cconfig:     http://nico.schotteli.us/papers/linux/cconfig/