NOTICE: THIS IS OLD LEGACY DOCUMENTATION FOR JETBACKUP 3.1 (EOL), FOR THE NEWER MOST UPDATED DOCUMENTATION PLEASE VISIT: http://docs.jetbackup.com
JETCLI :: Show help screen
Version 3.1 and Earlier:
jetcli backup --help
Output –
root@example [~]# jetcli backup help Command Line Interface for JetBackup Copyright (C) 2012-2016 by JetApps (created by Idan Ben Ezra). Web site: http://www.jetapps.com/ Usage jetcli backup [options -f] -P [-U ] [-A [-I ]] jetcli backup [options -vfg] -R [-U ] [-I ] Options -v, --verbose increase verbosity -f, --force no action prompt and force commands -g, --flag flag clearcache -P, --page The page you want to access. example -P backupmanager::jobs or --page backupmanager::jobs -V, --view The page view you want to access (for view or edit). example --view manage or -V manage -A, --action The action you want to perform on the selected page. example -A runnow or --action runnow -I, --id The item ID to perform the action you provided if needed. example -I 17 or --id 17 -R, --run The command you want to execute. example -R jobs or --run jobs -U, --username The account you want to execute the command. example -U myaccount or --username myaccount -D, --data The data you want to pass to the selected page and view. example --data "{\"key\":\"value\"}" or -D "{\"key\":\"value\"}" -j Use this flag if you want to get the response output in a JSON format --version prints the JetBackup version --help show this help
Version 3.2 and Later:
Command –
jetcli backup
Output –
root@example [~]# jetcli backup Command Line Interface for JetBackup Copyright (C) 2012-2018 by JetApps (created by Idan Ben Ezra). Web site: http://www.jetapps.com/ Usage jetcli backup [options -vfg] -R <command> [-U <username> ] [-I <id>] jetcli backup -vR backup -I 5a683e101fd30d34552da2f9 -S 598822151fd30d2d557f12g2 Options -v, --verbose increase verbosity -f, --force no action prompt and force commands -R, --run COMMAND The command you want to execute. example -R backup or --run backup Available run Commands: backup, reindex, restore, downloads, snapshots, clone -I, --id ID The item ID to perform the action you provided if needed. example --id 599d45fe1fd30d2b5c599d92 -j, --json Use this flag if you want to get the response output in a JSON format -d, --debug Add debug ouput to the log file --license Clears the license local key --daily Perform daily actions. add --verbose to print details to the screen --export DIRPATH Exporting JetBackup settings. if no directory path provided, the export will be saved in default location --import FILEPATH Importing settings to JetBackup --register Register JetBackup on cPanel and WHM --unregister UnRegister JetBackup on cPanel and WHM --version prints the JetBackup version --help prints this help