k8up-io / wrestic

Restic Backup Kubernetes and OpenShift Wrapper - Part of K8up
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Make wrestic understand the short IDs #10

Closed Kidswiss closed 5 years ago

Kidswiss commented 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.

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