I'm attempting to restore from a backup. However, I receive the message
no such chunk found: 7a36ade679c06834730caf803b05baa839fd735946d7b0c6
when restoring like:
sudo zbackup --password-file <pass_file> restore <storage_path>backups/2015-05/15/00\:26/files.tar > /mnt/restore/restored.tar
Indeed, the chunk does not exist in the bundles directory. However, I find this odd as I test each backup using
/bin/zbackup --silent --password-file $bakPassFile restore $nowBackupDir/$backupTarfile > /dev/null
and this has never failed.
Please note:
- I'm creating the backup locally and rsyncing it to removable storage. The backup I'm trying to restore is on another machine on the removable storage.
- The local backup does not contain the named chunk
- I can still restore the local backup from that date to a tar file just fine.
- Both backup and restore were performed on Centos 7 using zbackup 1.4.3
- I've never used the gc feature of zbackup
Any help, corrections, or troubleshooting steps would be welcomed. TIA.