jaBuT Backup is able to handle a lot of parameters. These parameters can be passed, for example, by command line. But they can be also in a Batch file or lnk file.
jaBuT.exe -runProfile "Test"
- Executes the profile « Test »
jaBuT.exe -runProfile "Test" -exit
- Executes the profile « Test » and closes jaBuT Backup after
jaBuT.exe -runProfile "Test" -silent
- Executes the profile « Test » in Silent Mode
jaBuT.exe -runProfile "Test" -silent -exit
- Executes the profile « Test » in Silent Mode and closes jaBuT Backup after
jaBuT.exe -runProfile "Test" -unbufferedfilecopy
- Executes the profile « Test » and copies files in unbuffered mode (Windows 7 and above only)
jaBuT.exe -runGroup Test
jaBuT.exe -runProfileGroup Test
- Executes the profile group « Test »
jaBuT.exe -runGroup Test -exit
- Executes the profile group « Test » and closes jaBuT Backup after
jaBuT.exe -runGroup Test -silent
- Executes the profile group « Test » in Silent Mode
jaBuT.exe -runGroup Test -silent -exit
- Executes the profile group « Test » in Silent Mode and closes jaBuT Backup after
jaBuT.exe -runGroup Test -unbufferedfilecopy
- Executes the profile « Test » and copies files in unbuffered mode (WIndows 7 and above only)
jabut.exe -runProfile "Test" -nopreview
- Executes the profile « Test » without preview
jaBuT.exe -runProfile "Test" -previewonly
- Shows a preview of the profile « Test »
jaBuT.exe -pause
jaBuT.exe -resume
jaBuT.exe -cancel
- Pauses, resumes or cancels the current running profile
jaBuT.exe -pause Test
jaBuT.exe -resume Test
- Deactivates or activates the automatic execution of the profile « Test »
jaBuT.exe -silent
- Starts jaBuT Backup in Silent Mode
jaBuT.exe -set [silentmode, normalmode]
- Deactivates or activates Silent Mode
jaBuT.exe -[minimize, restore, minimizetotray]
- Minimises or restores jaBuT Backup from task bar or minimises jaBuT Backup to the system tray
jaBuT.exe -restart [force]
- Restarts jaBuT Backup (force parameter enforces the restar)
jaBuT.exe -restart -admin -silent
- Restarts jaBuT Backup with administrator rights in Silent Mode
jaBuT.exe -runProfile "Test" -multithreading [enabled [Number of threads], disabled]
- Runs the profile « Test » multithread when « enabled » or disables multithreading for « Test »
jaBuT.exe -runProfile "Test" -showresultsonprofilefinish
- Executes the profile « Test » and displays a profile summary at the end
jaBuT.exe -showmessageonfinish
- Displays a little statistic after all profile are done
jaBuT.exe -exit
- Closes jaBuT Backup
jaBuT.exe -destinationdir "Directory"
- Sets the given destination directory temporary for the current profile
jaBuT.exe -lowmemorywarning [enabled, disabled]
- Enabled or disabled the memory guard for the current profile
jaBuT.exe -checkforupdates
- Checks for updates. A notification (if not in silent mode) will be displayed when updates are available.
jaBuT.exe -debuglog [enabled|disabled]
- Enables or disables debug logs (debug.log)
jaBuT.exe -enableprofiles profile1 profile2 profile3
- Enables profile1, profile2 and profile3
jaBuT.exe -disableprofiles profile1 profile2 profile3
- Disables profile1, profile2 and profile3
Information:
Calling -restart
or -exit
automatically stops the running profile and stops all pending profiles.