|
Marty wrote: Les Stott wrote:with the rsyncd that you download from the backuppc sourceforge download page you just extrat to c:\rsyncd, configure the rsyncd.conf and double click service.bat to start and run it as a service. Thats it! We usually configure rsyncd on the windows box to share the C drive, but not be able to list the rsync share, and only accept connections from the backuppc server. We also make it read only, knowing that if we had to do a restore we would make it writable first. use chroot = false max connections = 20 log file = c:/rsyncd/rsyncd.log pid file = c:/rsyncd/rsyncd.pid lock file = c:/rsyncd/rsyncd.lock [cdrive] path = c:/ comment = C Drive strict modes = false hosts allow = 10.10.10.10 read > list = false Then we make BackupPC only backup certain files under C drive.... Contents of file /mnt/backup/pc/diesel/config.pl, modified 2005-08-15 09:41:11 $Conf{RsyncShareName} = ['cdrive']; $Conf{BackupFilesExclude} = { 'cdrive' => ['*Outlook.pst', '*outlook.pst', '*/Local Settings/*'], }; $Conf{BackupFilesOnly} = { 'cdrive' => ['Documents and Settings', 'rsyncd' ], # these are for 'c' share }; I dont see untarring an rsyncd.conf and running it as a service any more invasive than setting up shares on all pc's. Rsyncd is a little more safer as you can restrict access to it without need for passwords as we do above, and users cant "browse" network neighbourhood and see shares as they would via smb. I also need a more general solution because there are other XP boxes, laptopsif you have a generic rsyncd setup then you can unzip it onto any pc from a shared drive and you're done. Each laptop/xp box takes less than 1 minute to setup! Then you do the magic config on the BackupPC Server and your done. Regards, Les |
- [BackupPC-users] Backing up unsharable windoze directories Marty
- Re: [BackupPC-users] Backing up unsharable windoze dir... Marty
- Re: [BackupPC-users] Backing up unsharable windoze dir... Les Stott
- Re: [BackupPC-users] Backing up unsharable windoze... Marty
- Re: [BackupPC-users] Backing up unsharable win... Les Stott
- Re: [BackupPC-users] Backing up unsharable win... Rainer Zocholl
- Re: [BackupPC-users] Backing up unsharable windoze dir... Rainer Zocholl
- Re: [BackupPC-users] Backing up unsharable windoze... Les Mikesell
- Re: [BackupPC-users] Backing up unsharable win... Rainer Zocholl
