User Tools

Writing /var/www/html/wiki.freefm.uk/data/log/deprecated/2026-06-05.log failed

Rsync Helpers

Continuously sync files, monitoring for changes.

apt-get install inotify-tools

while inotifywait -r -e modify,create,delete,move /var/www/; do rsync -avP [email protected]:/var/www/ /var/www; done > /dev/null 2>&1 < /dev/null