Matt Miller wrote:
> I am using the BackupPc packaged rsync to backup WindowsXP computers. I
> want to backup 2 directories, "My Documents" and "Desktop". From what
> I've read, the way to do this is create an rsync share of the user's
> "Documents and Settings" folder and then set $Conf{RsyncBacku
Set it up like this.
computer's config.pl:
$Conf{RsyncShareName} = ['MyDocuments', 'Desktop'];
C:\rsyncd\rsyncd.conf:
[MyDocuments]
path = C:/Documents and Settings/username-goes-here/my documents/
comment = stuff user wants backed up
strict modes = false
auth users = backuppc
secre
I am using the BackupPc packaged rsync to backup WindowsXP computers. I
want to backup 2 directories, "My Documents" and "Desktop". From what
I've read, the way to do this is create an rsync share of the user's
"Documents and Settings" folder and then set $Conf{RsyncBackupFilesOnly}
in the pc/host