xfer 중 BackupPC 오류 0 sizeExist, 0 sizeExistComp, 0

localhost에서 BackupPC를 사용하여 전체 백업을 시도하는 중 오류 발생 :

마지막 나쁜 XferLOG :

Contents of file /var/lib/backuppc/pc/localhost/XferLOG.bad.z, modified 2012-03-26 02:00:08

Running: /usr/bin/ssh -q -x -n -l root localhost env LC_ALL=C /bin/tar -c -v -f - -C /home/\* --totals .
full backup started for directory /home/*
Xfer PIDs are now 8151,8150
Tar exited with error 65280 () status
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (No files dumped for share /home/*)
Backup aborted (No files dumped for share /home/*)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 1768)

그리고 LOG 파일에는

2012-03-26 03:00:03 Got fatal error during xfer (No files dumped for share /home)
2012-03-26 03:00:08 Backup aborted (No files dumped for share /home)

이러한 오류가 사용 권한 또는 ssh 연결 실패 또는 tar와 관련이 있습니까?



답변

해결 됐어. 문제는 BackupPC가 ssh를 통해 작동하도록 구성되었다는 것입니다. SSH가 제대로 구성되지 않은 한 BackupPC는 어떤 작업도 수행하지 못했습니다. SSH 명령이 제거되고 로컬에서 작동하도록 BackupPC를 구성했습니다.


답변