All pastes #2065154 Raw Edit

Untitled

public text v1 · immutable
#2065154 ·published 2011-05-20 01:54 UTC
rendered paste body
/etc/rsyncd.conf

max connections = 2
  log file = /var/log/rsyncd.log
  timeout = 300

  [backup]
        comment = shared for system backup
        path = /test
        read only = no
        list = yes
        uid = root
        gid = root
        auth users = rsyncuser
        secrets file = /etc/rsyncd.secrets
        hosts allow = pc
        exclude = "test/media/mymedia/**"
#       exclude from = /etc/rsyncd.exclude



/etc/rsyncd.exclude



- /test/media/mymedia
- /test/proc