Try this.

Craig

$Conf{SmbShareName} = [ 'C$' ];
$Conf{BackupFilesOnly} = {
  'C$' => [
    '/Users',
    '/ProgramData'
  ]
};



On Wed, Jun 21, 2017 at 2:30 PM, Jeffrey West via BackupPC-users <
backuppc-users@lists.sourceforge.net> wrote:

> All,
>
>
>
> I am having a heck of a time trying to limit my backups.   I only want to
> backup the following directories on my machines.
>
>
>
> C:\Users
>
>
>
> C:\ProgramData
>
>
>
> I am backing up via SMB.  I have tried every combination but cannot get it
> to only include these two directories along with their subdirectories and
> all their files.
>
>
>
> My smbsharename is C$
>
>
>
> I tried C$\Users and also c$\ProgramData, but it choked on that
>
>
>
> I then went back to c$ for the smbsharename and started playing with the
> following
>
>
>
> BackupFilesOnly
>
>
>
> And
>
>
>
> BackupFilesExclude
>
>
>
> Anyone have any idea how to limit my backups to just these two directories?
>
>
>
> Jeff West
> Systems Engineer
> Riptide Software
> Office 321-296-7724 ext 216 <(321)%20296-7724>
> Direct 407-542-7697 <(407)%20542-7697>
> Cell    407-925-7030 <(407)%20925-7030>
> www.riptidesoftware.com
>
>
>
> ------------------------------------------------------------
> ------------------
> 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/
>
>
------------------------------------------------------------------------------
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