Command Line Parameters
With Titan Backup you can use the following command-line parameters:
- RUNTASK, followed by path to the .tbt file you want to run
- RUNTASKSILENT, followed by path to the .tbt file you want to run (same as RUNTASK, but the Task will run without your confirmation)
- ARCHIVENAME, followed by a new archive name. This parameter changes the Archive File Name / Folder Name in the Task's properties. It works only together with /RUNTASK or /RUNTASKSILENT (see an example below)
- RESTORE, followed by path to the .tbt file you want to restore
- DECRYPT, followed by path to the .tbc file you want to decrypt
- STARTUP, launch Titan Backup in system tray mode (Titan Backup icon appears in system tray)
Using Command Line parameters
To launch Titan Backup with command-line parameters, follow these steps:
- Open Command Prompt
- From the Command Window, change path to Titan Backup installation directory
- Now type TitanBackup.exe, followed by /param (where param is the command-line parameter) and path to the .tbt file, if required
Example:
In Command Prompt type:
{path_to_install_dir}\TitanBackup.exe /RUNTASK {path_to_install_dir}\Tasks\MyUserName\MyBackup11.tbt
{path_to_install_dir}\TitanBackup.exe /RUNTASKSILENT {path_to_install_dir}\Tasks\MyUserName\MyBackup11.tbt
{path_to_install_dir}\TitanBackup.exe /RUNTASKSILENT {path_to_install_dir}\Tasks\MyUserName\MyBackup11.tbt /ARCHIVENAME "New Backup Archive" |