srgl / backer

Backer volume plugin
MIT License
13 stars 0 forks source link

bug with restore #4

Open seertenedos opened 4 years ago

seertenedos commented 4 years ago

if you try to restore when the repository does not exist yet then the volume mounts but "Options" on the mount is null.

 docker volume inspect radarr_config 
[
    {
        "CreatedAt": "0001-01-01T00:00:00Z",
        "Driver": "srgl/backer:latest",
        "Labels": null,
        "Mountpoint": "/mnt/volumes/radarr_config/_data",
        "Name": "radarr_config",
        "Options": null,
        "Scope": "local",
        "Status": {
            "mounted": true
        }
    }
]