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
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 subdi
Hi,
while I am using BackupPc for a long time now this is my first post to this
list, please excuse any mistakes I make. I also assume that developers read
this list from time to time (and the devel list is for coding/bugs only).
You have my greatest thanks to still develop and support BackupPc.