Hello cPanel community and support Team,
The core of the issue - incomplete backup execution. Server saves backups in the remote AWS S3 bucket but for the purity of the experiment I changed the destination to test backup server (via SFTP protocol) but each time the backup execution process ends up with the same result.
Below I posted the outcome from the /usr/local/cpanel/logs/cpbackup/1519545603.log file.
NOTICE-1: Each time server does backup from 10-20 accounts (while the total amount of accounts 65);
NOTICE-2: The process interrupts at random user;
Would be glad for any help.
The core of the issue - incomplete backup execution. Server saves backups in the remote AWS S3 bucket but for the purity of the experiment I changed the destination to test backup server (via SFTP protocol) but each time the backup execution process ends up with the same result.
Below I posted the outcome from the /usr/local/cpanel/logs/cpbackup/1519545603.log file.
NOTICE-1: Each time server does backup from 10-20 accounts (while the total amount of accounts 65);
NOTICE-2: The process interrupts at random user;
Code:
##############################
[2018-02-25 04:13:06 -0600] Done
[2018-02-25 04:13:06 -0600] pkgacctfile is: /backup/weekly/2018-02-25/accounts/getreal.tar.gz
[2018-02-25 04:13:06 -0600]
[2018-02-25 04:13:06 -0600] size is: 602764363
[2018-02-25 04:13:06 -0600]
[2018-02-25 04:13:06 -0600] homesize is: 1030180864
[2018-02-25 04:13:06 -0600]
[2018-02-25 04:13:06 -0600] homefiles is: 31026
[2018-02-25 04:13:06 -0600] pkgacct completed
[2018-02-25 04:13:25 -0600] info [backup] Queuing weekly backup copy of “getreal” for transport of “/backup/weekly/2018-02-25/accounts/getreal.tar.gz” to “weekly/2018-02-25/accounts/getreal.tar.gz”
[2018-02-25 04:13:27 -0600] info [backup] Queuing transport of file: /backup/weekly/2018-02-25/accounts/getreal.tar.gz
[2018-02-25 04:13:27 -0600] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:1245
[2018-02-25 04:13:27 -0600] info [backup] leaving queue_backup_transport_item
[2018-02-25 04:13:27 -0600] info [backup] Queuing transport of file: /backup/weekly/2018-02-25/accounts/getreal-=-meta
[2018-02-25 04:13:27 -0600] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:1246
[2018-02-25 04:13:27 -0600] info [backup] leaving queue_backup_transport_item
[2018-02-25 04:13:27 -0600] info [backup] Queuing transport of file: /backup/weekly/2018-02-25/backup_incomplete
[2018-02-25 04:13:27 -0600] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:1247
[2018-02-25 04:13:27 -0600] info [backup] leaving queue_backup_transport_item
[2018-02-25 04:13:27 -0600] warn [backup] Pruning of backup files skipped due to errors. at /usr/local/cpanel/bin/backup line 404.
bin::backup::run("bin::backup") called at /usr/local/cpanel/bin/backup line 110
[2018-02-25 04:13:27 -0600] warn [backup] Pruning of backup files skipped due to errors.
[2018-02-25 04:13:27 -0600] info [backup] Queuing transport reporter
[2018-02-25 04:13:27 -0600] info [backup] no_transport = 0 .. and queueid = TQ:TaskQueue:1248
[2018-02-25 04:13:27 -0600] info [backup] leaving queue_backup_transport_item
[2018-02-25 04:13:27 -0600] info [backup] Completed at Sun Feb 25 04:13:27 2018
[2018-02-25 04:13:27 -0600] info [backup] Final state is Backup::PartialFailure (0)
[2018-02-25 04:13:27 -0600] info [backup] Sent Backup::PartialFailure notification.
##############################
Last edited by a moderator: