dit document beschrijft hoe je rsync installeert op debian
apt install rsync
etc/rsynd.conf
met onderstaande inhoud: log file = /var/log/rsync.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [media] path = /media comment = file area read only = false timeout = 300
systemctl start rsync
systemctl enable rsync
ss -ltnp |grep rsync LISTEN 0 5 0.0.0.0:873 0.0.0.0:* users:(("rsync",pid=896296,fd=5)) LISTEN 0 5 [::]:873 [::]:* users:(("rsync",pid=896296,fd=6))
voeg hier linken toe naar verdere uitleg