telmich / ccollect
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (23)
- Wiki (1)
- Graphs
-
Tag:
ccollect-0.3.2-rc1
Nico Schottelius (author)
Sat Feb 04 02:06:24 -0800 2006
ccollect /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | ||
| |
Makefile | ||
| |
README | ||
| |
ccollect.sh | ||
| |
conf/ | ||
| |
doc/ | ||
| |
release.sh |
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/

