Asynchronous Mirror SVN
Brought to you by:
tomer-margalit
Asynchronous Mirror: ==================== The doc/ directory contains documentation for the application. The common things to use are: 1) make - Type make when in amirror to make the sources. You will (probably) need the kernel headers package for this. Also you will need to set the directory in which they reside (this is explained in the /doc directory). 2) If you see weird errors with .d files, just do make clean and then make. 3) lab - Testing area. cd into lab, and there you have a readme of how to use. Common things are: a) lad - Load the modules and start the daemon. b) ua - Unload everything (daemon and modules). c) mgr - The manager. Type "mgr" to get a summary of availabe options. A common thing to use is "mgr --create [dev]" which will create a mirror over [dev]. d) g - The GUI. 4) You should also take a look at a) doc/makefile-targets.txt - A description of the targets for the main makefile. b) doc/INDEX.txt - An index of the files in the doc dir.