Question
How to determine what is causing Backup Partial Failure?
Answer
-
List the available backup logs from the
/usr/local/cpanel/logs/cpbackup/directory:ls -alh /usr/local/cpanel/logs/cpbackup/
-
Use the following command to print any errors from the relevant backup log:
egrep -i 'error|fail' /usr/local/cpanel/logs/cpbackup/$LOGNAME.log
Note: Replace
$LOGNAMEwith the name of the log that you would like to review.