Yes that is the correct syntax, assuming that the Rsync name you set in your 
rsync conf file is set to "/home"
So in the first example you gave us, you specified the rsync share name 
"/home/*/Downloads"
On my Windows machine running rsyncd i have the following in my rsyncd.conf on 
the client:

[C] 
path = /cygdrive/C/
auth users = BackupPCuser
secrets file = rsyncd.secrets
read only = false

Where "[C]" is what you enter as "Key" in the BackupPC interface, and after 
that you specify what files to exclude in the RsyncShareName "[C]". In my case 
it looks something like this:

$Conf{BackupFilesExclude} = {
  'C' => [
    '/Users/*/NTUSER.DAT*',
    '/Users/*/ntuser.dat*',
    '*.lock',
    'Thumbs.db',
    'IconCache.db',
  ]
};

+----------------------------------------------------------------------
|This was sent by [email protected] via Backup Central.
|Forward SPAM to [email protected].
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to