====== rsync installeren====== [[linux:linux|{{ :dokuwiki:tux.png?120|}}]] ===== 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 {{tag>Linux}}