cupcakearmy / autorestic

Config driven, easy backup cli for restic.

Home Page:https://autorestic.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support backing up Docker volumes via the REST backend

mill1000 opened this issue · comments

Currently it's not possible to backup Docker volumes with the REST backend. There was a discussion where another user tried the same.

Attempting to do so will generate the following error:

Backend type "rest" is not supported as volume endpoint

The error stems from here:

default:
return -1, "", fmt.Errorf("Backend type \"%s\" is not supported as volume endpoint", b.Type)

I am not sure of what the technical limitations are, but I would think any backend should be viable.