POJO File Synchronizer with Deletion Tracking.
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.
 
 
Ivan Olexyn 25c4f18724
Move README.md.
5 years ago
src/com/olexyn/ensync Move README.md. 5 years ago
README.md Move README.md. 5 years ago

README.md

Table of Contents

  1. About
  2. Package Contents
  3. Issues


About

Sync files across directories:

  • with rsync
  • using config file: sync.conf
  • at system start-up (TODO)


Package Contents

Class Description
Execute Issues shell commands.
Main Main class. Run from here.
Routines Contains higher level routines.
Tools Simple tools used by other classes.


Issues

  • What about parallel Threads?
  • What about error handling? (i.e. if a wed-directory is not aviable)