Mirror and sync one or more remote folders with one or more local folders
.gitignore | ||
.synccmd.sh | ||
masync | ||
README.md | ||
syncloop.sh |
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
...