MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on January 12, 2015, 03:31:42 PM

Title: How to backup all cPanel account via SSH?
Post by: Dipak Bhoi on January 12, 2015, 03:31:42 PM
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.log

That's all, Enjoy !