linux:rsync_installatie
Table of Contents
rsync installeren
context
dit document beschrijft hoe je rsync installeert op debian
inhoud
- installeer rsync;
apt install rsync
- maak
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
- start rsync:
systemctl start rsync
- maak opstartbaar:
systemctl enable rsync
- controleer:
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))
meer info
voeg hier linken toe naar verdere uitleg
linux/rsync_installatie.txt · Last modified: 2024/11/16 18:14 by 127.0.0.1