Dewlance® Forum

Full Version: cPanel - How to manually Start cPanel backup using SSH?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

If you have a root access and want to start manually cPanel backup then you can run this command.
Quote:/scripts/cpbackup --force
(You will get a success message with your backup process log file location)

How to check cPanel Backup Process?
1st. You can use vi or nano command to check progress.
Quote:nano /usr/var/cp/logs/cpbackup/PID-ID.log

How to monitor cPanel backup process?
Quote:tail -f /usr/var/cp/logs/cpbackup/PID-ID.log