From fc5fabfd3a099056973884fb9d91f33281056e72 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 3 Oct 2023 17:54:45 -0500 Subject: [PATCH] added rsyncd config --- files/rsyncd/rsyncd.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/rsyncd/rsyncd.conf diff --git a/files/rsyncd/rsyncd.conf b/files/rsyncd/rsyncd.conf new file mode 100644 index 0000000..b0c9fa5 --- /dev/null +++ b/files/rsyncd/rsyncd.conf @@ -0,0 +1,16 @@ +[UserProfile] + path = /cygdrive/c/users/akanealw + comment = User Profile + strict modes = false + # Limit this share to just these users (needs to match $Conf{RsyncdUserName} + # and the c:/rsyncd/rsyncd.secrets files) + auth users = akanealw + # Password to match $Conf(RsyncdPasswd) + secrets file = c:/rsyncd/rsyncd.secrets + # List the IP address(es) of your BackupPC server(s), so only connections from these hosts will be allowed. + hosts allow = 192.168.1.30 + # Allows restores to write to this share + read only = true + list = false + # git issue : https://github.com/backuppc/backuppc/issues/116 + charset=utf-8 \ No newline at end of file