> On each of our samba servers inside of each share is a .deleted folder
> that
> all of the files that a user deletes from the share within windows goes to
> instead of actually being deleted immediately. I do not want to back these
> up but they are not all in the same path on all the servers. What is the
> correct syntax to exclude these from the backups? Should */.deleted work?
> Or will I need to explicitly declare all the paths?

$Conf{BackupFilesExclude} = {
  '*' => [
    '*/.deleted'
    '*/.deleted/*'
  ]
};



------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
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