This command is intended for offline use (UVMS stopped).
unibackup makes a full or partial backup of a UVMS in a new directory but does not back up data in external databases.
The unibackup command is located in:
univiewer_server\<nodename>\app\bin
Syntax:
unibackup [-s -b <Backup Directory> -l <FULL|DATA>]
Parameter |
Description |
---|---|
-s |
Silent mode: progress information is not sent to standard output. |
-b <arg> |
Backup directory: the full path of the backup root directory. If the directory contains space characters, they must be enclosed in quotes. |
-l <arg> |
FULL: binaries, design data, operations and historical data files are all saved. DATA: only design data and operations files are saved. This solution will require less space, but all historical data will be lost at restoration time. |
-h |
Optional. Displays the usage text |
-b and -l should be used together or both should not be used.
Example:
unibackup
if off. == . set ECHOON=off
Univiewer Management Server environment loaded.
Please give full path for Backup Directory:C:\temp\UVMS
Please enter the backup level.
(FULL or DATA see usage for details) level:DATA
adding: data/alertmanager.xml (172 bytes security) (deflated 46%)
adding: data/data/ (236 bytes security) (stored 0%)
...
adding: data/values.xml (172 bytes security) (deflated 61%)
adding: data/version.xml (172 bytes security) (deflated 51%)
#--------------------------------------------------
# End of Univiewer backup
# Backup directory is "C:\temp\UVMS"\backup_FRWPMDEV08_MgtServer_20140109_114700
# -------------------------------------------------