summaryrefslogtreecommitdiffstats
path: root/generic/etc/rsyncd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'generic/etc/rsyncd.conf')
-rw-r--r--generic/etc/rsyncd.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/generic/etc/rsyncd.conf b/generic/etc/rsyncd.conf
new file mode 100644
index 000000000..94a89b09e
--- /dev/null
+++ b/generic/etc/rsyncd.conf
@@ -0,0 +1,31 @@
+#
+# generic implementation
+#
+uid = root
+gid = root
+use chroot = no
+max connections = 4
+syslog facility = local5
+pid file = /var/run/rsyncd.pid
+
+#[ftp]
+# path = /var/ftp/pub
+# comment = whole ftp area (approx 6.1 GB)
+#
+#[sambaftp]
+# path = /var/ftp/pub/samba
+# comment = Samba ftp area (approx 300 MB)
+#
+#[rsyncftp]
+# path = /var/ftp/pub/rsync
+# comment = rsync ftp area (approx 6 MB)
+#
+#[sambawww]
+# path = /public_html/samba
+# comment = Samba WWW pages (approx 240 MB)
+#
+#[cvs]
+# path = /data/cvs
+# comment = CVS repository (requires authentication)
+# auth users = tridge, susan
+# secrets file = /etc/rsyncd.secrets \ No newline at end of file