You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
Environment
Steps to reproduce
docker run -v vol1:/vol1 --volume-driver=convoy busybox touch /vol1/foo
convoy snapshot create vol1 --name snap1vol1
convoy backup create snap1vol1 --dest vfs:///apps/tmpconvoy/testnfs
Expected
All files are OK. File "convoy-objectstore/volumes/vo/l1/vol1/volume.cfg" is correct JSON.
Actual
All files are OK except
convoy-objectstore/volumes/vo/l1/vol1/volume.cfg
The file is empty. When I try to list backups I see the response:Note
The bug appears only if the target folder (
vfs://...
) is NFS folder. It works correctly when it is just a folder in host FS.The text was updated successfully, but these errors were encountered: