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
Hello,
I have a folder with multiple subfolders in it
myhost :~$ ls -l /home/web/myfolder total 152 drwxrwxrwx 2 1000 1000 10 May 10 2012 16-9 drwxrwxrwx 2 1000 1000 53248 Aug 29 14:38 4-3 drwxrwxrwx 2 1000 1000 105 Aug 24 2013 flash drwxrwxrwx 2 1000 1000 4096 Oct 23 2020 logs [...]
When I run this command, it will sync only a part of files then stop with the return code 0 :
0
myhost:~$ /root/myname/s5cmd --endpoint-url https://****:443 sync /home/web/myfolder s3://mybucket/ ERROR "sync /home/web/myfolder s3://mybucket/": error parsing regexp: invalid UTF-8: `e samedi 31\.07\.flv.*$` static-pusher11:~$ echo $? 0
As a result, the sync commands only syncs a few files then stops. (And I have more than 20K files in the folder).
sync
Thanks!
Best regads,
Eldorico
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have a folder with multiple subfolders in it
When I run this command, it will sync only a part of files then stop with the return code
0
:As a result, the
sync
commands only syncs a few files then stops. (And I have more than 20K files in the folder).Thanks!
Best regads,
Eldorico
The text was updated successfully, but these errors were encountered: