summaryrefslogtreecommitdiffstats
path: root/rsync/rsyncd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rsync/rsyncd.conf')
-rw-r--r--rsync/rsyncd.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/rsync/rsyncd.conf b/rsync/rsyncd.conf
new file mode 100644
index 0000000..02bbdc6
--- /dev/null
+++ b/rsync/rsyncd.conf
@@ -0,0 +1,15 @@
+#
+# /etc/rsyncd.conf
+#
+
+pid file = /var/run/rsyncd.pid
+log file = /var/log/rsyncd.log
+
+[test]
+ path = /tmp
+ comment = test share for rsyncd
+ hosts allow = 192.168.0.0/24
+ read only = true
+ use chroot = true
+
+# End of file