Forum Discussion

cnx_anup's avatar
cnx_anup
Level 4
9 years ago

NDMP exception for file extension.

Need to provide exception for following extenstions :

 

exe, htm, com, ini, php, msi, raw, html, swf, jpg, mp3, mpeg, wma wmv

dat, grv, wbk, xlk, mov, mod, 3gp, 3g2, avi, mp4, mpg, rmvb, mkv, vob

flv, ra, rm, aac, wav, midi, wpa, rar

 

It's an NDMP backup.

NDMP device is EMC VNX 5300.

 

Has this to be done on Netbackup or on the storage ? Please advice how to achieve this.

  • You may want to bring this back to EMC to see if they allow wildcard (*) in their EXCLUDE env. variable.

    There is another thread explaining about possible use of wildcard in exclude list of EMC:

    https://www-secure.symantec.com/connect/forums/exclude-files-folders-backup

    EMC_EDIR[01-50]  (EMC_EDIR=/ufs1/db)
    EMC_EFILE[01-50] (EMC_EFILE=*.mp3)

     

8 Replies

  • Read this thread https://www-secure.symantec.com/connect/forums/how-exclude-files-and-directories-ndmp-backups
  • SET EXCLUDE = file.dat,file.tmp,file.mp3,file.mpg

    Is this format right ?

  • Nope. That will not work. As per the other discussion, wild cards and file extensions are not supported. You can only exclude folders.
  • I read about "SET = VARIABLE" for NDMP in the admin guide. Any idea on that ? Can it be used for exceptions ?

  • You may want to bring this back to EMC to see if they allow wildcard (*) in their EXCLUDE env. variable.

    There is another thread explaining about possible use of wildcard in exclude list of EMC:

    https://www-secure.symantec.com/connect/forums/exclude-files-folders-backup

    EMC_EDIR[01-50]  (EMC_EDIR=/ufs1/db)
    EMC_EFILE[01-50] (EMC_EFILE=*.mp3)