This tool run in background and watch FS events to trigger sync (via rsync) from local directories to remote server.
Syncs are batched to limit triggers, by default every 0.5sec.
Reads config files in this order :
config.yaml.defaultconfig.yamlor file specified by--configparameter~/.z_sync.yaml
cd z_sync
pip3 install --user -r requirements.txt --upgrade
cp config.yaml.default config.yaml
vim config.yaml
./sync.py [--debug] [--init] [--from-server|local] Tip: ctrl+z to trigger a full sync.
A CLI is available to force sync from or to remote server. Type help.