Files
fileserver/rsyncd/rsyncd.conf
2023-12-18 20:09:03 -06:00

16 lines
654 B
Plaintext
Executable File

[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