Hi,

I'm using BackupPC version 3.0.0 and samba for backing up several 
Windows and Linux clients..
and have spent lots of time (without working solution) trying to figure 
out if there is some way to exclude following files:

A) directories which name starts with dot. ( ex. /dir/.obj/ )
B) filenames without extension ( ex. /dir/uselessfile )
C) filenames with any extension, which starts with certain pattern ( 
ex. foo_*.* )

Excluding all files with certain extension works fine with:
$Conf{BackupFilesExclude} = {
  '*' => [
    '*.tmp'
  ]
};

And there is nothing in BackupFilesOnly-section

Thanks in advance..



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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