Mirror and sync one or more remote folders with one or more local folders
Go to file
Amber 3af90ce5ee masync help 2021-06-14 21:54:16 +02:00
.gitignore licencing gplv3 2021-06-12 21:48:13 +02:00
.synccmd.sh licencing gplv3 2021-06-12 21:48:13 +02:00
README.md masync help 2021-06-14 21:54:16 +02:00
masync help and README.md 2021-06-14 21:31:43 +02:00
syncloop.sh licencing gplv3 2021-06-12 21:48:13 +02:00

README.md

masync

Masync allows you to mirror and keep synchronised an arbitraries number of folders on one or more remote servers with local folders.

Dependencies

Masync use inotifywait for listening changes on local folders and keep it in sync with remote folders. Before using it, please install inotify-tools package on your distribution

apt-get install inotify-tools dnf install inotify-tools xbps-install -S inotify-tools