Microsoft Internet Security and Acceleration Server 2000 |
The Backup method backs up the current array data to a specific file. The Restore method can then be used to read the backed up data at a later time, and return the stored configurational settings to the array.
The following example backs up the current array to a file called "backup file".
Dim objFPC As New FPCLib.FPC Dim objFPCArray As FPCArray Set objFPCArray = objFPC.Arrays.GetContainingArray objFPCArray.Backup "backup file", "first backup"