Include dll also including docx?

Hey guys,

Why is below command suggesting to delete .docx?

I was including only .dll or am I mistaken?

[orschiro@x230 ~]$ rclone --include *.{dll} delete orschiro:
2019/05/29 16:12:47 ERROR : Archive/2016-2017/Archive/Backup/Older/orschiro@gmail.com/Kopie von Ziesche Kolleg_Contentvereinbarung_110818.doc
.docx: Couldn't delete: googleapi: Error 403: The user does not have sufficient permissions for this file., insufficientFilePermissions
2019/05/29 16:12:48 ERROR : Archive/2016-2017/Archive/Backup/Older/orschiro@gmail.com/Kopie von ERFAHRUNGSBERICHT ÜBER DEN EINSATZ - FLS - 14.12.2010.doc
.docx: Couldn't delete: googleapi: Error 403: The user does not have sufficient permissions for this file., insufficientFilePermissions

I think you just want *.dll

You can run it with --dry-run to validate before executing.

1 Like

Also add -vv to the command that should show what is going on.

I'd add '' around the '*.dll' just to make sure the shell isn't interfering.

1 Like

Thanks @Animosity022 and @ncw!

I am going to try your approaches.

Much appreciate your support.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.