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.


In This Topic
    Backup Method (IArchives)
    In This Topic
    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 _
    ) 
    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.
    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