Community structure
6 files changed
tree: 97e3d55ff1386c1c6923b68e0a7c678ada1dd950
  1. metadata/
  2. rsync/
  3. README.md
README.md

rsync

rsync is an open source utility that provides fast incremental file transfer.

Sample pillar

rsync:
  server:
    enabled: true
    bind:
      address: 0.0.0.0
    modules:
    - name: name
      max connections: 2
      device: /srv/rsync/
      read only: False

Read more