Finished to restructure directory

This commit is contained in:
Nico Schottelius 2005-12-14 10:09:55 +01:00
commit fe2e66cc79
3 changed files with 0 additions and 0 deletions

5
doc/INSTALL Normal file
View file

@ -0,0 +1,5 @@
--------------------------------------------------------------------------------
ccollect.sh, Nico Schottelius, 2005-12-08
--------------------------------------------------------------------------------
Simply copy it to a directory in your $PATH.

12
doc/REQUIREMENTS Normal file
View file

@ -0,0 +1,12 @@
--------------------------------------------------------------------------------
ccollect.sh, Nico Schottelius, 2005-12-06 (updated: 2005-12-07)
Requirements
--------------------------------------------------------------------------------
ccollect needs the following packages:
- a bourne shell (/bin/sh) compatible shell
- bc
- cp with support for hard links (cp -al is used)
- rsync
- ssh if you want to use rsync over ssh

11
doc/TODO Normal file
View file

@ -0,0 +1,11 @@
- write a manpage
- write a simple manual
- implement verbosity
o general, very verbose (set -x)
- implement general log
- implement source specific log
- implement parallel execution
DONE
- implement verbosity
o per source (-v to rsync)