HELP: Exclude same File from Any Directory Job selection list

IRSTMeldola's picture

Hi Everyone,
I'm trying to exclude a system file called "core"  from all the directories I want to backup and all their subfolders.
this is how I figured out my JOB SELECTION LIST but there's some problem becase the job doesn't work properly....
------------------------------------------------------------------------------------------
\\SERVERNAME\myshare\folderIWantToBackup\*.* /SUBDIR
\\SERVERNAME\myshare\**\core /SUBDIR /EXCLUDE
------------------------------------------------------------------------------------------
Is it right??
there's some terrible mistake?
Thx since now for the help

Andrea Zaccheroni

CraigV's picture

Hi there, Put a " .* " at the

Hi there,

Put a " .* " at the end of your "core". That would exclude any file called core with any extension.

If you find this is a solution, please mark it as such.