Hello Guys,
If you wish to start backup for all accounts hosted via ssh then run below command, but you have a root access to run command.
Quote#/scripts/cpbackup --force
This command will give a success message with your backup process log file location.
To monitor cPanel Backup Process you can use
tail command.
#tail -f /usr/var/cp/logs/cpbackup/PID-ID.logThat's all, Enjoy !