You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
724 B

### Table of Contents
1. [About](#about)
4. [Package Contents](#package-contents)
5. [Issues](#issues)
<br>
<br>
### About <a name="about"></a>
Sync files across directories:
* with rsync
* using config file: sync.conf
* at system start-up (TODO)
<br>
<br>
### Package Contents <a name="package-contents"></a>
| Class | Description |
|---------------|-------------|
| Execute | Issues shell commands.|
| Main | Main class. Run from here.|
| Routines | Contains higher level routines.|
| Tools | Simple tools used by other classes.|
<br>
<br>
### Issues <a name="issues"></a>
- What about parallel Threads?
- What about error handling? (i.e. if a web-directory is not available)