summaryrefslogtreecommitdiff
path: root/rsyncd.conf
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2025-02-08 01:35:15 +0000
committerCoprDistGit <infra@openeuler.org>2025-02-08 01:35:15 +0000
commit8b7b1f34e9b9abf1304ea2aca84dae31e6911461 (patch)
tree5140ab66c6b076140b6ee96a4c7c90bbe9c9f24a /rsyncd.conf
parented1c8c25566016218645a4b981a84a59a7af0dfa (diff)
automatic import of rsyncopeneuler22.03_LTS
Diffstat (limited to 'rsyncd.conf')
-rw-r--r--rsyncd.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/rsyncd.conf b/rsyncd.conf
new file mode 100644
index 0000000..6e058aa
--- /dev/null
+++ b/rsyncd.conf
@@ -0,0 +1,20 @@
+# /etc/rsyncd: configuration file for rsync daemon mode
+
+# See rsyncd.conf man page for more options.
+
+# configuration example:
+
+# uid = nobody
+# gid = nobody
+# use chroot = yes
+# max connections = 4
+# pid file = /var/run/rsyncd.pid
+# exclude = lost+found/
+# transfer logging = yes
+# timeout = 900
+# ignore nonreadable = yes
+# dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2
+
+# [ftp]
+# path = /home/ftp
+# comment = ftp export area