Closed Kidswiss closed 5 years ago
When using restic snapshots to determine what snapshot to use you previously had to print the whole JSON and get the full ID from there.
restic snapshots
Now wrestic will substring the ID while comparing so it should always find the ID even if it's the short one the long one.
Solves internal ticket APPU-1901
When using
restic snapshots
to determine what snapshot to use you previously had to print the whole JSON and get the full ID from there.Now wrestic will substring the ID while comparing so it should always find the ID even if it's the short one the long one.
Solves internal ticket APPU-1901