Hi, guys. I want to exclude any file that contains "Previews.lrdata".  

For example:

Lightroom Catalog/Lightroom 5/Lightroom 5
Catalog/Old/original1.Lightroom 5 Catalog-2 Previews.lrdata/9/9965

----------------------------------------------------------------

Another challenging exclude needs to contain "PreviewsDefective.lrdata"


Lightroom Catalog/Lightroom 5/Lightroom 5 Catalog/original1.Lightroom 5
Catalog-4 Smart PreviewsDefective.lrdata/9/9E74


--------------------------------------------------------------          

Would it be as simple as using *Previews.lrdata*, for example:


$Conf{BackupFilesExclude} = {
  '*' => [
    '*Previews.lrdata*',
    'Lightroom ACR cache/',
    'Library/Caches/',
    '*.lrprev',
    'Lightroom Catalog/Backups/',
    'Library/Logs/CrashReporter/',
    'Library/Application Support/MobileSync/Backup/'
  ]


------------------------

Thanks for any advice,


Bob





------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to