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
使用命令: bypy --include-regex='^(?!testfolder1|.testfile3).*$' -v syncup /home/user/test/testbypy /backup/test 文件全部上传到了/apps/bypy/backup/test/, 无法过滤. 但是不指定路径, 命令: bypy --include-regex='^(?!testfolder1|.testfile3).*$' -v syncup 却能过滤掉(但是会创建一个空的testfolder1文件夹)
bypy --include-regex='^(?!testfolder1|.testfile3).*$' -v syncup /home/user/test/testbypy /backup/test
bypy --include-regex='^(?!testfolder1|.testfile3).*$' -v syncup
The text was updated successfully, but these errors were encountered:
谢谢反馈。等有时间时(不定哪天。。)我看一下,或者你想提交PR也行。
Sorry, something went wrong.
No branches or pull requests
使用命令:
bypy --include-regex='^(?!testfolder1|.testfile3).*$' -v syncup /home/user/test/testbypy /backup/test
文件全部上传到了/apps/bypy/backup/test/, 无法过滤.
但是不指定路径, 命令:
bypy --include-regex='^(?!testfolder1|.testfile3).*$' -v syncup
却能过滤掉(但是会创建一个空的testfolder1文件夹)
The text was updated successfully, but these errors were encountered: