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

Fix restic binary #73

Closed Kidswiss closed 3 years ago

Kidswiss commented 3 years ago

Fixed the restic binary in the docker build, so it's executable.

As cmd.Start() doesn't seem to catch if the process actually started or not I also added if the process is nil and return an error.

closes #70