Lou’s Lab

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

User Tools

Site Tools


linux:rysnc_activeren

Rysnc activeren

context

dit document beschrijft hoe je rsync activeert op Debian

installatie

  • apt install rsync
  • maak onderstaand configuratie bestand aan:/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
  • start de rsync daemon: systemctl start rsync
  • controleer ahv:
    systemctl status rsync 
    ss -ltpn|grep rsync
  • controller vanaf een ander toestel:
    nc -v <rysnc host> 873
    rysncie.local [1.2.3.4] 873 (rsync) open
    @RSYNCD: 31.0

meer info

voeg hier linken toe naar verdere uitleg

linux/rysnc_activeren.txt · Last modified: 2023/12/13 15:50 by admin