Re: [BackupPC-users] Trying to limit my backups

2017-06-22 Thread Jeffrey West via BackupPC-users
Craig,



Thank you so much!  That worked.  I guess leaving out the ‘C$’ => was
causing the issue for me.



Jeff West
Systems Engineer
Riptide Software
Office 321-296-7724 ext 216 <(321)%20296-7724>
Direct 407-542-7697 <(407)%20542-7697>
Cell407-925-7030 <(407)%20925-7030>
www.riptidesoftware.com



*From:* cra...@gmail.com [mailto:cra...@gmail.com] *On Behalf Of *Craig
Barratt
*Sent:* Wednesday, June 21, 2017 10:24 PM
*To:* General list for user discussion, questions and support <
backuppc-users@lists.sourceforge.net>
*Cc:* Jeffrey West <jeffrey.w...@riptidesoftware.com>
*Subject:* Re: [BackupPC-users] Trying to limit my backups



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


Re: [BackupPC-users] Trying to limit my backups

2017-06-21 Thread Craig Barratt via BackupPC-users
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>
> Cell407-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/