We have multiple servers that has weekly incremental backup scheduled from cPanel.
However these backups almost always (9 out of 10 times) finishes with backup partial failure. Usually there is 20-100 accounts missing from the backup.
No errors are found from backup logs about the missing accounts.
The only clue :
After that there is nothing more about user2. Backup continues to next item but the backup for user2 will be missing. Exactly same is seen for all the missing backups.
/usr/local/cpanel/logs/cpbackup/1606435202.log
The /var/log/messages and /usr/local/cpanel/logs/error_log has nothing relevant at the given timestamps.
Any idea what could cause this?
However these backups almost always (9 out of 10 times) finishes with backup partial failure. Usually there is 20-100 accounts missing from the backup.
No errors are found from backup logs about the missing accounts.
The only clue :
Code:
[2020-11-27 15:29:47 +0200] info [backup] checking backup for user2
/usr/local/cpanel/logs/cpbackup/1606435202.log
Code:
[2020-11-27 15:29:46 +0200] info [backup] Successfully backed up account ?user1? to ?/backup/weekly/2020-11-27/accounts?
[2020-11-27 15:29:46 +0200] info [backup] Adding metadata information for user1 to backup at /backup/weekly/2020-11-27
[2020-11-27 15:29:46 +0200] info [backup] Processing an incremental type backup for user1.
[2020-11-27 15:29:46 +0200] info [backup] Queuing weekly backup copy of ?user1? for transport of ?/backup/weekly/2020-11-27/accounts/user1? to ?weekly/2020-11-27/accounts/user1?
[2020-11-27 15:29:46 +0200] info [backup] This particular transport will be queued with keep_local = 1 , based on the need to copy weekly (1) and/or monthly () copies as well.
[2020-11-27 15:29:46 +0200] info [backup] Queuing transport of file: /backup/weekly/2020-11-27/accounts/user1
[2020-11-27 15:29:46 +0200] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:288218
[2020-11-27 15:29:47 +0200] info [backup] leaving queue_backup_transport_item
[2020-11-27 15:29:47 +0200] info [backup] checking backup for user2
[2020-11-27 15:29:47 +0200] info [backup] Queuing transport of meta file: /backup/weekly/2020-11-27/accounts/.master.meta
[2020-11-27 15:29:47 +0200] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:288219
[2020-11-27 15:29:47 +0200] info [backup] leaving queue_backup_transport_item
[2020-11-27 15:29:50 +0200] info [backup] Queuing transport of file: /backup/weekly/2020-11-27/backup_incomplete
[2020-11-27 15:29:50 +0200] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:288220
[2020-11-27 15:29:50 +0200] info [backup] leaving queue_backup_transport_item
[2020-11-27 15:29:50 +0200] info [backup] Pruning backup directory: /backup/weekly/2020-11-20
[2020-11-27 20:13:49 +0200] info [backup] Queuing prune operation for remote destination weekly backups
[2020-11-27 20:13:49 +0200] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:288221
[2020-11-27 20:13:50 +0200] info [backup] leaving queue_backup_transport_item
[2020-11-27 20:13:53 +0200] info [backup] Scheduling backup metadata vacuum
[2020-11-27 20:13:53 +0200] info [backup] Queuing transport reporter
[2020-11-27 20:13:53 +0200] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:288222
[2020-11-27 20:13:53 +0200] info [backup] leaving queue_backup_transport_item
[2020-11-27 20:13:53 +0200] info [backup] Completed at Fri Nov 27 20:13:53 2020
[2020-11-27 20:13:56 +0200] info [backup] Final state is Backup::PartialFailure (0)
[2020-11-27 20:13:56 +0200] info [backup] Sent Backup::PartialFailure notification.
Any idea what could cause this?
Last edited by a moderator: