Use a script in Windows for a docbase backup
IXIA TEXTML Server provides a script to perform your Content Store docbase backup as a background task.
The script BackupDocbaseAuto.vbs is stored
at:
<textml_install_dir>\AdminScripts\vbs
where
<textml_install_dir>
is the
directory where the docbase for IXIA TEXTML Server is installed, such as:
C:\Program Files\IxiaSoft\TextmlServer\AdminScripts\vbs
Note: Content Store data is stored in a IXIA TEXTML Server
docbase. To back up your Content Store, you must back
up the docbase.
There are two very different approaches to a system backup for your docbase. For more information, read the following: Computer Weekly Backup and Replication Article.
- Synchronous backup is a linear process that runs the entire script continuously and in real-time to create a complete copy or clone of the specified files and then waits for confirmation of success before it returns to the command prompt. While it provides a high level of data protection, it involves higher latency and can slow the other applications on the system.
- Asynchronous backup is a multi-thread process used in a distributed environment that runs the script while it is performing other tasks and can manage the data transfer to optimize performance and availability, but with greater risk to the dataset.
To use a script in Windows for a docbase backup: