We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
results in the following file structure:
/mnt/storage/
islocal://
I'd expect this to create the following instead:
The text was updated successfully, but these errors were encountered: