Verify EasyBackupManager download — Linux
Use the downloaded SHA256SUMS.txt to confirm the integrity of the AppImage or installer.
Steps
- Download the AppImage (e.g.
EasyBackupManager.AppImage) and the checksum file (SHA256SUMS.txt). - Open a terminal in the directory containing both files.
- Run the built-in verifier:
sha256sum -c SHA256SUMS.txtYou should see output like:
EasyBackupManager.AppImage: OKIf you see FAILED or a mismatched hash, do not run the file — re-download and verify again.
Notes
- The checksum file generated by this site uses the format:
<sha256> <filename>(two spaces between hash and filename), compatible withsha256sum -c. - If the filename in the checksum file doesn't match the downloaded file exactly, either rename the downloaded file or edit the checksum file to match.
Back to Download Page — or Windows verification.