(pseudo) incremental backup with different exclude lists using hardlinks and rsync
Go to file
Nico Schottelius 10870c4ce1 More doc on logwrapper 2007-06-22 11:08:48 +02:00
conf Use small directory available everywhere for testing 2007-03-13 08:41:51 +01:00
doc More doc on logwrapper 2007-06-22 11:08:48 +02:00
external/freebsd-port Add fbsd/distinfo 2006-10-20 11:23:20 +02:00
test Add test script number one. 2007-01-27 18:55:56 +01:00
tools Added list_intervals.sh to show available intervals. 2006-06-24 13:17:20 +02:00
.gitignore Ignore .htm in mandir 2007-01-27 18:58:53 +01:00
COPYING Added GPL 2006-01-14 12:02:06 +01:00
CREDITS +CREDITS 2006-10-31 08:12:49 +01:00
Makefile More todo 2007-01-27 19:19:11 +01:00
README Minor indentions 2006-10-25 08:10:02 +02:00
ccollect.sh export number of sources 2007-05-31 11:55:37 +02:00
release.sh More todo 2007-01-27 19:19:11 +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].

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
   - does unecessary moving of backup directories
   - I didn't like the configuration at all, so I used the cconfig style [2].


A small try to visualize the differnces in a table:

+---------------+-------------------------------------------------------------+
|     What?     |         rsnapshot            |         ccollect             | 
+---------------+-------------------------------------------------------------+
| Configuration | tab separated, needs         |     plain cconfig-style      | 
|               | parsing                      |                              | 
+---------------+-------------------------------------------------------------+
| Per source    |                              |                              | 
| post-/pre-    |            no                |            yes               | 
| execution     |                              |                              | 
+---------------+-------------------------------------------------------------+
| Per source    |                              |                              | 
| exclude lists |            no                |            yes               | 
+---------------+-------------------------------------------------------------+
| Parallel      |                              |                              | 
| execution     |                              |                              | 
| of multiple   |            no                |            yes               | 
| backups       |                              |                              | 
+---------------+-------------------------------------------------------------+
| Programming   |            perl              |            sh                | 
| language      |                              |      (posix compatible)      | 
+---------------+-------------------------------------------------------------+
| Lines of code |            6636              |             476              | 
| (2006-10-25)  |                              |                              | 
+---------------+-------------------------------------------------------------+
|    Age        |  Available since 2002/2003   |    Written at 2005-11-14     | 
+---------------+-------------------------------------------------------------+

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