Re: [BackupPC-users] rsync, Windows and multiple directories

2006-12-16 Thread Les Stott
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

[BackupPC-users] rsync, Windows and multiple directories

2006-12-15 Thread Matt Miller
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

Re: [BackupPC-users] rsync, Windows and multiple directories

2006-12-15 Thread scartomail
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