Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync creates weird file names #1

Open
cebe opened this issue Jul 7, 2017 · 0 comments
Open

Sync creates weird file names #1

cebe opened this issue Jul 7, 2017 · 0 comments

Comments

@cebe
Copy link

cebe commented Jul 7, 2017

yii fs/sync s3://exports/a_03 local://exports/a_03

results in the following file structure:

$ find /mnt/storage/
/mnt/storage/
/mnt/storage/exports
/mnt/storage/exports/a_03exports
/mnt/storage/exports/a_03exports/a_03
/mnt/storage/exports/a_03exports/a_03/a_03.html
  • /mnt/storage/ is local://

I'd expect this to create the following instead:

$ find /mnt/storage/
/mnt/storage/
/mnt/storage/exports
/mnt/storage/exports/a_03
/mnt/storage/exports/a_03/a_03.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant