Example of jetcli command
Posted: August 25th, 2017, 5:33 pm
Hello,
I want to do some settings in the jetbackup via the jetcli command. For example, I've tried to edit the "gziponsql" setting from the performance setttings page:
The commands I've used are:
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance -V manage
The file /usr/local/cpanel/whostmgr/docroot/jetbackup/views/settings_performance_default.php is missing!
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance -V manage settings::performance
The file /usr/local/cpanel/whostmgr/docroot/jetbackup/views/settings_performance_default.php is missing!
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance -V settings::performance manage
Can someone point me in the right direction with some examples?
Thank you.
I want to do some settings in the jetbackup via the jetcli command. For example, I've tried to edit the "gziponsql" setting from the performance setttings page:
Code: Select all
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance
Key Description Value
--------------------------------------------------------------------
queueactive Queue-Active 0
rsyncbwlimit Rsync-Bandwidth-Limit-(KB/s) 0
ioniceactive ionice-Active 0
ionice_class ionice-Class 0
ionice_classdata ionice-Class-Data 0
reniceactive renice-Active 0
renicepriority renice-Priority 0
lveactive CloudLinux-LVE-Active 0
lveuser CloudLinux-LVE-User-ID 0
lveio CloudLinux-LVE-IO-Limit-(KB/s) 0
lvecpu CloudLinux-LVE-CPU-Limit-(percent) 0
skipbwdata Skip-Bandwidth-Data 0
skipmailman Skip-Mail-Man 0
keepusersdata Keep-Users-Data 0
updateincsize Update-Remote-Incremental-Backups-Sizes 0
maxloadaverage Restore-Server-Load-Limits 0
restoresleep Restore-sleep-time-(seconds) 0
limitdownloads Limit-accounts-Downloads 0
gziponsql Compress-databases-on-backup-process 0
mysqldump_max_packet MySQL-Dump-max-allowed-packet 0
mysqldump_force MySQL-Dump-Force-flag 0
mysqldump_opt MySQL-Dump-opt-flag 0
mysqldump_skip_lock MySQL-Dump-skip-lock-table-flag 0
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance -V manage
The file /usr/local/cpanel/whostmgr/docroot/jetbackup/views/settings_performance_default.php is missing!
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance -V manage settings::performance
The file /usr/local/cpanel/whostmgr/docroot/jetbackup/views/settings_performance_default.php is missing!
root@server1 [/etc/jetapps/apps/jetbackup/exclude]# jetcli backup -P settings::performance -V settings::performance manage
Can someone point me in the right direction with some examples?
Thank you.