BackupPC-users

[BackupPC-users] yet another exclude folder syntax question

2013-12-02 00:12:24
Subject: [BackupPC-users] yet another exclude folder syntax question
From: SimonUtter <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Sun, 01 Dec 2013 21:09:17 -0800
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 simon.utter AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
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
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] yet another exclude folder syntax question, SimonUtter <=