BackupPC-users

Re: [BackupPC-users] Exclude directories

2013-05-31 09:22:47
Subject: Re: [BackupPC-users] Exclude directories
From: "Michael Stowe" <mstowe AT chicago.us.mensa DOT org>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 31 May 2013 08:21:03 -0500

> 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 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>