Microsoft Internet Security and Acceleration Server 2000

Using the Backup Method

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".

Example

Dim objFPC As New FPCLib.FPC
Dim objFPCArray As FPCArray
Set objFPCArray = objFPC.Arrays.GetContainingArray
objFPCArray.Backup "backup file", "first backup"

See Also

Using the Restore Method