Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

download --sync is not recursive #100

Open
niekoost opened this issue Aug 21, 2015 · 1 comment
Open

download --sync is not recursive #100

niekoost opened this issue Aug 21, 2015 · 1 comment

Comments

@niekoost
Copy link

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

/tmp/abc/image.png
/tmp/abc/sound.wav
/tmp/xyz/bla.txt

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.

@alexfd
Copy link

alexfd commented Nov 22, 2016

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants