Back up a vault using the command line.
Command |
Details |
---|---|
-Obackup |
The operation being performed (required). |
-Bfolder |
The back up directory (required). |
-VUusername |
Vault administrator account user name (required). |
-VPpassword |
Vault administrator account password (required unless password is blank). |
-VAL |
Validates the backup. Errors are recorded in the specified log file. See Optional Switches for more information on specifying a log file. |
-INCR |
Performs an incremental backup. |
-DBSC |
Excludes the standard content libraries from the back up process. The standard content libraries are detached before backing up the vault, the vault is backed up, and then the standard content libraries are reattached. |
-DBUsaUser |
The SQL sa account user name (required unless default sa account is used). |
-DBPsaPassword |
The SQL sa account password (required unless default sa account is used). |
-INRF |
Ignore non-replicated files. If this switch is not present in the command line, files will get replicated prior to the backup starting. |
Example
Connectivity.ADMSConsole.exe -Obackup -BC:\Backup -VUadministrator -VPadmin -VAL -LC:\Backup\BackupLog.txt