Sub Backup( _ ByVal archivename As System.String, _ ByVal backupFilename As System.String, _ ByVal zipArchive As System.Boolean, _ Optional ByVal datastoreName As System.String _ )
void Backup( System.string archivename, System.string backupFilename, System.bool zipArchive, System.string datastoreName )
void Backup( System.String^ archivename, System.String^ backupFilename, System.bool zipArchive, System.String^ datastoreName )
Parameters
- archivename
- Name of archive to backup.
- backupFilename
- Backup file name to create.
- zipArchive
- Whether to compress the archive file post-backup.
- datastoreName
- Name of the data store to backup file from.