Update old snapshots

Hi,

I’m using Restic to back up similar files, but I made a mistake initially and saved the files in a compressed format. As a result, Restic isn’t recognizing the similarities between them, and the backups are significantly larger.

Is there a way to fix this for the older snapshots so that Restic can detect the similarities without having to recreate all the snapshots? I’d like to keep the original timestamps and metadata of the snapshots intact.

Thanks!

You will have to re-create the snapshots again. Although you can use the --time Option to retrospectively set the time for when the snapshot was originally made. This will also help restic find the appropriate parent snapshot, if there is one.

1 Like