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 Dec 13, 2020. It is now read-only.
When I first download an entire container with turbolift -c X --directory /tmp/ it fetches all objects and creates the directory-structure locally. For instance
Then I remove /tmp/xyz (the entire directory) locally and run turbolift -c X --directory /tmp/ --sync.
Expected behavior: /tmp/xyz/bla.txt is created locally again
Actual behavior: /tmp/xyz/ is created, but it is empty
turbolift version 3.0.0.
The text was updated successfully, but these errors were encountered:
When I first download an entire container with
turbolift -c X --directory /tmp/
it fetches all objects and creates the directory-structure locally. For instanceThen I remove
/tmp/xyz
(the entire directory) locally and runturbolift -c X --directory /tmp/ --sync
.Expected behavior:
/tmp/xyz/bla.txt
is created locally againActual behavior:
/tmp/xyz/
is created, but it is emptyturbolift version 3.0.0.
The text was updated successfully, but these errors were encountered: