Ecluding Files from a backup

juda

ADSM.ORG Member
Joined
Oct 31, 2003
Messages
18
Reaction score
0
Points
0
Can someone please tell me how to exclude certain files from a scheduled backup job
 
On your client, in the DSM.OPT file you can use the EXCLUDE statement to specifically exclude certain files..example

Exclude "I:\...\*"

Exclude "J:\...\*"

Exclude "K:\...\*"

Exclude "L:\...\*"

Exclude "M:\...\*"

Exclude "N:\...\*"

Exclude "O:\...\*"

Exclude "P:\...\*"

Exclude.File "C:\Documents and Settings\administrator\NTUSER.DAT"

Exclude.File "C:\Documents and Settings\administrator \NTUSER.DAT"

Exclude.File "C:\Documents and Settings\administrator\ntuser.dat.LOG".



Hope this helps
 
Back
Top