Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IArchives Interface / Backup Method
Name of archive to backup.
Backup file name to create.
Whether to compress the archive file post-backup.
Name of the data store to backup file from.


Backup Method (IArchives)
Request a backup of an archive from a Historian server.
Syntax
Sub Backup( _
   ByVal archivename As System.String, _
   ByVal backupFilename As System.String, _
   ByVal zipArchive As System.Boolean, _
   Optional ByVal datastoreName As System.String _
) 

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also