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