[selinux-policy: 882/3172] adding configuration for rsync.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:21:18 UTC 2010


commit b7cb7a9e32191c2932d563c85d9f18770cddab20
Author: Ryan Haggerty <rhaggerty at tresys.com>
Date:   Fri Oct 28 15:08:14 2005 +0000

    adding configuration for rsync.

 testing/rsync/README      |   11 +++++++++++
 testing/rsync/rsyncd.conf |    3 +++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/testing/rsync/README b/testing/rsync/README
new file mode 100644
index 0000000..b39a247
--- /dev/null
+++ b/testing/rsync/README
@@ -0,0 +1,11 @@
+this README goes over starting the rsync daemon and using rsync to copy files.
+copy rsyncd.conf to /etc/rsyncd.conf
+
+to start rsync as a daemon
+	rsync --daemon
+
+to test the rsync daemon ask it for a listing of availible items
+	rsync rsync://localhost
+
+to test rsncing
+	rsync -r rsync://localhost/home .
diff --git a/testing/rsync/rsyncd.conf b/testing/rsync/rsyncd.conf
new file mode 100644
index 0000000..d0b3d17
--- /dev/null
+++ b/testing/rsync/rsyncd.conf
@@ -0,0 +1,3 @@
+[home]
+        path = /home/
+        comment = home users


More information about the scm-commits mailing list