How to run stuck backup process using rsync?

kumkumsharma

Administrator
Staff member
If you are getting below error while running backup process then you can follow below steps:

Code:
/usr/bin/rsync -rlptD --exclude=lastrun/* --exclude=bwusagecache/* --exclude=serviceauth/*
--exclude=dnsrequests_db/*--exclude=configs.cache/*--delete /var/cpanel//backup/weekly/incremental/system/dirs/_var_cpanel”
stalled while it ran for user “root”.

You will get the error via email which us registered with WHM.

You have to follow simple steps to resolve this issue:
  • Login to WHM.
  • Navigate to Tweak Settings >> Stats and Logs.
  • The reason behind above error is threshold value, if threshold value reached to its max then you will get this error.
  • Also increase the CPU of your server.
 
Top