Client { Name = netapp01 Address = 10.120.1.40 Port = 10000 Catalog = MyCatalog File Retention = 90 days Job Retention = 6 months Protocol = NDMPv4 Auth Type = clear # Clear == Clear Text, MD5 == Challenge protocol Username = "ndmp-backup" # username of the NDMP user on the DATA AGENT e.g. storage box being backuped. Password = "thisisasecretthing" # password of the NDMP user on the DATA AGENT e.g. storage box being backuped. } Job { Name = Backup-netapp01 Type = Backup Level = Full Client = netapp01 FileSet = netapp01-Fileset Schedule = netapp01-Schedule Storage = NDMPFile-Netapp01 Pool = netapp01-Pool Messages = Standard } Schedule { Name = netapp01-Schedule Run = Level=Full Pool=netapp01-Pool on 1st sat at 1:00 Run = Level=Differential Pool=netapp01-Pool 2nd-5th sat at 1:00 Run = Level=Incremental Pool=netapp01-Pool sun-fri at 21:00 } Pool { Name = netapp01-Pool Pool Type = Backup Volume Retention = 90 days Recycle = yes AutoPrune = yes LabelFormat = "netapp01-Backup-" Maximum Volume Jobs = 1 Maximum Volume Bytes = 50G } Fileset { Name = netapp01-Fileset Include { Options { } #File = /vol/vol_cifs_users #File = /vol/vol_cifs_archiv File = /vol/vol_cifs_install #File = /vol/vol_cifs_data } Exclude { File = /vol/vol_cifs_users/.snapshot File = /vol/vol_cifs_archiv/.snapshot File = /vol/vol_cifs_install/.snapshot File = /vol/vol_cifs_data/.snapshot } } ### NetApp01 Paired Storage Storage { Name = Storage-Netapp01 Password = dfgfsdgsdfg4534534dsg+dgsdfsgsdfgdfs Address = 10.120.1.88 SDPort = 9103 Device = Storage-Netapp01 Media Type = File Maximum Concurrent Jobs = 20 } Storage { Name = NDMPFile-Netapp01 Address = 10.120.1.50 # N.B. Use a fully qualified name here Port = 10001 Protocol = NDMPv4 Auth Type = Clear Username = ndmp Password = thisisasecretthing Device = NDMPFile-Netapp01 Media Type = File PairedStorage = Storage-Netapp01 Maximum Concurrent Jobs = 20 }