I'm using "rsyncd" as the backup method in config.pl.

Here is the rsyncd.conf file contents on the remote PC I'm trying to backup:

#BackupPC rsyncd.conf for PC1
[C]
path = C:/
use chroot = false
max connections = 4
log file = C:/rsync/rsyncd.log
pid file = C:/rsync/rsyncd.pid
lock file = C:/rsync/rsyncd.lock
strict modes = false
auth users = myuser_name
secrets file = C:/rsync/rsyncd.secrets
read only = false
list = false

[D]
path = D:/
use chroot = false
max connections = 4
log file = C:/rsync/rsyncd.log
pid file = C:/rsync/rsyncd.pid
lock file = C:/rsync/rsyncd.lock
strict modes = false
auth users = myuser_name
secrets file = C:/rsync/rsyncd.secrets
read only = false
list = false

So I think I have it setup as you indicated but it will only backup the "C" 
module files and not the "D" module files.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Les Mikesell
Sent: Sunday, August 21, 2005 1:17 PM
To: Ed Burgstaler
Cc: [EMAIL PROTECTED]
Subject: RE: [BackupPC-users] Backing up multiple SMB shares

On Sun, 2005-08-21 at 11:14, Ed Burgstaler wrote:
> How do you backup files on both C-drive and D-drive? 
> I't for some reason is only backing up my C-drive specified file but 
> ignores the D-drive settings?
>  
> 
> ______________________________________________________________________
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Ed 
> Burgstaler
> Sent: Saturday, August 13, 2005 11:55 AM
> To: [EMAIL PROTECTED]
> Subject: [BackupPC-users] Backing up multiple SMB shares
> 
> 
> 
> I cannot seem to get BackupPC to backup more than just my specified 
> ‘C’ drive share.
> 
> My per PC config has the following entry:
> 
>  
> 
> $Conf{RsyncdShareName} = ['C','D'];
> 
> $Conf{BackupFilesOnly} = {
> 
> 'C' => ['Music1','Music2','Music3'],
> 
> 'D' => ['QuickTax 2001','QuickTax 2002','QuickTax 2003','QuickTax 
> 2004','Unisys Nortel','Documents and Settings','Registration 
> Keys','compass','Mexico_2005'],
> 
> };
> 
>  
> 
> It backs up the specified ‘C’ files no problem but will not 
> continue to the next step of backing up the specified ‘D’ files.
> 
>  
> 
> My main config.pl has $Conf{SmbShareName} = ['C$', 'D$'];

Are you using rsyncd or smb as the backup method?  Only one of your settings 
will actually be used.  If it is rsyncd then you have to have the remote rsync 
configured to serve a module named 'D'.  If it is smb, then you need 'C$' and 
'D$' as the shares with exclusions.

-- 
   Les Mikesell
    [EMAIL PROTECTED]




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September 
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & 
Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * 
Process Improvement & Measurement * http://www.sqe.com/bsce5sf 
_______________________________________________
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to