Microsoft Internet Security and Acceleration Server 2000

FPCArray.Backup Method

Backs up the array configuration to a file.

VBScript Syntax[VBScript]

FPCArray.Backup( sFileName, sComment, bOverwrite )

C++ Syntax[C++]

HRESULT Backup (
  BSTR sFileName,
  BSTR sComment,
  VARIANT_BOOL bOverwrite
);

Parameters

sFileName
A string that specifies the name of the file to contain a copy of the array information after the operation is complete.
sComment
Optional. A string that specifies a comment to add to the backup file.
bOverwrite
Optional. A Boolean value that specifies whether to allow an operation to continue when a backup file with the same name already exists.

Remarks

If you perform backup from a remote computer, the path you provide should be local to the server; for example, c:\Backups\MyBackup.bif. The server computer will resolve the path. Do not provide a path that is relative to the remote administration computer.

Applies To

FPCArray