(pseudo) incremental backup with different exclude lists using hardlinks and rsync
Go to file
Nico Schottelius a06a5afebf Changes for 0.4.2 2006-06-17 00:19:59 +02:00
conf Add intervals 2006-06-16 23:27:06 +02:00
doc Changes for 0.4.2 2006-06-17 00:19:59 +02:00
tools [cosmetic] added Header 2006-04-29 13:06:58 +02:00
.gitignore .gitignore, Makefile, ccollect.sh, CHANGES 2006-06-13 12:44:32 +02:00
COPYING Added GPL 2006-01-14 12:02:06 +01:00
Makefile beautifying the makefile 2006-06-15 23:56:47 +02:00
README Documentation updates for 0.4.1 2006-05-12 17:52:54 +02:00
ccollect.sh [bugfix] relative $CCOLLECT_CONF 2006-06-17 00:12:38 +02:00
release.sh Replaced intervall with interval in ccollect.sh 2006-04-25 15:35:56 +02: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].

ccollect was inspired by rsnapshot [1], which has some problems:
   - configuration parameters has to be TAB seperated
   - you can not specify per source exclude lists
   - 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].


Included documentation:

doc/ccollect.text          Manual in text format
doc/ccollect.html          Manual in xhtml (generated)

doc/ccollect-DE.text       German manual in text format (externally maintained)
doc/ccollect-DE.html       German manual in xhtml (generated)

doc/man/ccollect.text      Manpage in text format
doc/man/ccollect.man       Manpage in manpage format (generated)

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