In reviewing my error logs, I noticed the following seemingly out of sequence logging: ... ... new recv cd+++++++++ rwxr-xr-x 493, 493 68 mythtv/.mythtv/tmp/remotethemes/31/Terra same recv >f..tpog... rw-r--r-- 493, 493 19047 mythtv/.mythtv/tmp/remotethemes/31/Terra/preview.png.thumb.jpg same recv >f..tpog... rw-r--r-- 493, 493 2476 mythtv/.mythtv/tmp/remotethemes/31/Terra/themeinfo.xml new recv cd+++++++++ rwxr-xr-x 493, 493 68 mythtv/.mythtv/tmp/remotethemes/31/blue-abstract-wide same recv >f..tpog... rw-r--r-- 493, 493 51097 mythtv/.mythtv/tmp/remotethemes/31/blue-abstract-wide/preview.png.thumb.jpg same recv >f..tpog... rw-r--r-- 493, 493 2269 mythtv/.mythtv/tmp/remotethemes/31/blue-abstract-wide/themeinfo.xml new recv cd+++++++++ rwxr-xr-x 493, 493 0 mythtv/.xmltv Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal, 72 filesNew, 122116222 sizeNew, 52433405 sizeNewComp, 702247 inode Number of files: 26,856 (reg: 21,162, dir: 5,511, link: 180, special: 3) Number of created files: 5,766 (reg: 72, dir: 5,511, link: 180, special: 3) Number of deleted files: 0 Number of regular files transferred: 21,156 Total file size: 5,474,058,601 bytes Total transferred file size: 5,473,037,685 bytes Literal data: 122,116,222 bytes Matched data: 0 bytes File list size: 747,250 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 17,384,402 Total bytes received: 135,362,520 sent 17,384,402 bytes received 135,362,520 bytes 475,107.07 bytes/sec total size is 5,474,058,601 speedup is 35.84 DoneGen: 0 errors, 186 filesExist, 1020916 sizeExist, 17123 sizeExistComp, 21345 filesTotal, 5474058601 sizeTotal, 0 filesNew, 0 sizeNew, 0 sizeNewComp, 713500 inode rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1676) [generator=3.1.2.2] rsync_bpc exited with benign status 23 (5888) That means the client rsync had errors on some files. Please check the XferLOG. It likely means that rsync's delete cleanup (which deletes files on the backup server that are no longer on the client) was skipped. You should fix the error(s) that rsync can run cleanly. You can also specify the --ignore-errors option which will still do the delete even if there are rsync errors, but do that with caution. recv cd+++++++++ rwx------ 1011, 1011 78 puser same recv >f..t.og... rw------- 1011, 1011 10 puser/.bash_history same recv >f..tp..... rw-r--r-- 0, 0 0 puser/.hushlogin new recv cd+++++++++ rwx------ 1011, 1011 40 puser/.cache same recv >f..tpog... rw-r--r-- 1011, 1011 0 puser/.cache/motd.legal-displayed ... ...
Specifically, the log shows the following during the backup of my 'home' partition: - The last few file lines of the backup for the 'mythtv' user (which is not the last user) - Summary rsync lines for the conclusion of the 'home' partition backup - Rsync error message - Continuation of the file lines for the rest of the users on the 'home' partition. What could be causing the 'summary' to come before the conclusion of the file-by-file logging? Is something causing the two loggin The only thing I can think of to understand #2 is if the rsync log is out of sync with the rsync client summary messages _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/