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

download --sync is not recursive #100

@niekoost

Description

@niekoost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions