rafaeljusto / toglacier

Periodic send data to the cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checksum error don't store the backup information

rafaeljusto opened this issue · comments

When the upload archive checksum doesn't match with what we expected, we only report the error error comparing checksums and don't store the backup information of the uploaded archive. So we can't remove the archive from the cloud without listing the remote backups (that can take a while).

We should always store the information in this situation, or remove the backup automatically from the cloud when there's an error like this one.