Lou’s Lab

Voor ik verga tot stof en as, wil ik weten hoe de wereld was (RvhG)

User Tools

Site Tools


linux:rsync_installatie

rsync installeren

context

dit document beschrijft hoe je rsync installeert op debian

inhoud

  1. installeer rsync;
    apt install rsync
  2. 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
    
  3. start rsync: systemctl start rsync
  4. maak opstartbaar: systemctl enable rsync
  5. 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/01/11 15:12 by admin