BackupPC-users

[BackupPC-users] Exclude all files but one

2010-03-31 08:52:09
Subject: [BackupPC-users] Exclude all files but one
From: Rémi Boulle <rboulle AT free DOT fr>
To: "'General list for user discussion, questions and support'" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 31 Mar 2010 14:50:36 +0200
Hi,

I would like to backup /home/remi but I don't want all the .* files 
except one named .thunderbird (all the emails...).

After messing around with unsuccessfuls try out, here is my last host.pl :
======
$Conf{RsyncShareName} = [
   '/home/remi'
];
$Conf{BackupFilesExclude} = {
   '/home/remi' => [
     '.*',
     '!.thunderbird'
   ]
};
$Conf{BackupFilesOnly} = {
   '/home/remi' => []
};
=====
How could I do that ?
Thanks a lot.
Rémi.



------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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>