Start a Conversation

Unsolved

This post is more than 5 years old

J

519

June 3rd, 2011 04:00

Can you help me to build my dataset

Hi,

Please help me to build my dataset.

I have this :


drive n:\dir1\subdir11
drive n:\dir1\subdir12
drive n:\dir1\subdir13

drive n:\dir2\subdir21\subdir211
drive n:\dir2\subdir22\subdir212

drive n:\dir3

drive n:\dir4

etc


I want backup only the "dir1" and "dir2" with this :
- dir1 : backup all subdir and all files
- dir2 : backup all subdir but only *.doc, *.xls, *.ppt etc

What is the good dataset to do this ? (i want just one dataset)

Jérôme.

116 Posts

June 3rd, 2011 10:00

Hi Jérôme,

Try this:

Source data:

N:\dir1

N:\dir2

Exclusions:

N:\dir2\*

Inclusions:

N:\dir2\*.doc

N:\dir2\*.xls

Regards.

Luis Rogério

18 Posts

June 8th, 2011 03:00

Thank you.

I almost did that but I forgot "* "in my exclusion.

Attention to the inclusions, it is only necessary *. xls and not "N: \ dir2 \ *. xls", otherwise Avamar does not include files in subfolders.

The good Dataset is :

Sources :

N:/DIR1

N:/DIR2

Exclusions :

N:/DIR2/*

Inclusions :

*.xls

*.doc

....

No Events found!

Top