diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-15 05:35:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-15 05:35:26 +0000 |
commit | f11c15898301b307b5f632569b1946fc6f3d15d2 (patch) | |
tree | 71a7783a3e100b5738f4612828b75f07527d347a /rsyncd.conf | |
parent | 91c281cabee2f40953d20ff0b4aa681d46c9e17b (diff) |
automatic import of rsyncopeneuler24.03_LTS
Diffstat (limited to 'rsyncd.conf')
-rw-r--r-- | rsyncd.conf | 20 |
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 |