dit document beschrijft hoe je rsync activeert op Debian
apt install rsync
/etc/rsyncd.conf
:log file = /var/log/rsync.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [files] path = /srv/rsync comment = file area read only = false timeout = 300
systemctl start rsync
systemctl status rsync ss -ltpn|grep rsync
nc -v <rysnc host> 873 rysncie.local [1.2.3.4] 873 (rsync) open @RSYNCD: 31.0
voeg hier linken toe naar verdere uitleg