"Lachlan Simpson" writes:

> I am backing up one file server (windows 200 server) via bppc (debian 
> stable) using rsyncd on cygwin. It's regular cygwin, not the backuppc 
> version.
> 
> The file server has two partitions - the regular "C" and another 
> called "F". Their respective RsyncShareNames are 'server-c' and 
> 'server-f'.
> 
> C is where the OS is installed, and has  abunch of stuff that I want 
> to exlude - like pagefile.sys etc. I've got that working fine.
> 
> I also would like to exclude the folder C:\temp. (server-c
> 
> The problem is that F:\temp also exists, and I do _not_ want that 
> excluded.
> 
> What is the syntax to exclude one but not the other?
> 
> Is it /cygdrive/c/temp? 

Sorry about the long delay in replying.  This should work:

    $Conf{BackupFilesOnly} = {
       'server-c' => ['/temp', '/others'],
       'server-f' => ['/whatever'],
    };

Craig


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to