Restore backpus file after BackupPC server crash
Once, after server crash, I've noticed I've BackupPC shows no backups for some clients. Fortunately /BackupPC/pc/*/ still contains those backups.
To fix a corrupted backups file you should:
- Stop BackupPC
/etc/init.d/backuppc stop
- Run BackupPC_fixupBackupSummary script as backuppc user
sudo -u backuppc /usr/share/backuppc/bin/BackupPC_fixupBackupSummary
- Start BackupPC
/etc/init.d/backuppc start
Now I can see all backups on Host Summary page.
Komentarze
Log in or create a user account to comment.