Control characters

Hello, I'm trying to synchronize a folder and it gives me "Can't store
file with control characters"
Try the exclusions but always give the error.
I also could not find those files in the path indicated in the error.

2019/05/26 18:24:12 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-380.pd
f"
2019/05/26 18:24:12 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-3801.p
df"
2019/05/26 18:24:12 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-3802.p
df"
2019/05/26 18:24:15 INFO : dyndns-setup-win.zip: Copied (new)
2019/05/26 18:24:17 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/\u007fPRESENTACION DATANDHOME

  • FC - NCC T04343 - OC 39515.pdf"
    2019/05/26 18:24:17 NOTICE: Local file system at \?\c:\adjtactica: Can't store
    file with control characters: "Tactica/Documentos/\u007fXQB80-L5PTE.PDF"
    2019/05/26 18:24:17 NOTICE: Local file system at \?\c:\adjtactica: Can't store
    file with control characters: "Tactica/Documentos/\u007fXQB80-L5PTE1.PDF"

thanks
Luis

We are working on a way of fixing this in this pull request.

The problem character is 0x7F so you should be able to ignore files with that in like this --exclude '*[\x7F]*'

Thanks for answering me. I made the change but the message continues

rclone -v sync "c:\adjtactica" dpbxL:Bkps\Plw\adjtactica --exclud
e '[\x7F]'
2019/05/27 09:38:06 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-380.pd
f"
2019/05/27 09:38:06 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-3801.p
df"
2019/05/27 09:38:06 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-3802.p
df"
2019/05/27 09:38:07 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/\u007fPRESENTACION DATANDHOME

  • FC - NCC T04343 - OC 39515.pdf"
    2019/05/27 09:38:07 NOTICE: Local file system at \?\c:\adjtactica: Can't store
    file with control characters: "Tactica/Documentos/\u007fXQB80-L5PTE.PDF"
    2019/05/27 09:38:07 NOTICE: Local file system at \?\c:\adjtactica: Can't store
    file with control characters: "Tactica/Documentos/\u007fXQB80-L5PTE1.PDF"
    2019/05/27 09:38:08 NOTICE: Tactica/Imagenfondo/Thumbs.db: File name disallowed
  • not uploading

Sorry, didn't realise you were on Windows. Replace the ' with " and I think it will work, so

--exclude "*[\x7F]*"

I tried, but the message is the same

rclone -v sync "c:\adjtactica" dpbxL:Bkps\Plw\adjtactica --exclud
e "[\x7F]"
2019/05/27 12:35:32 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-380.pd
f"
2019/05/27 12:35:32 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-3801.p
df"
2019/05/27 12:35:32 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/CB for \u007fBE1-316BE1-3802.p
df"
2019/05/27 12:35:33 NOTICE: Local file system at \?\c:\adjtactica: Can't store
file with control characters: "Tactica/Documentos/\u007fPRESENTACION DATANDHOME

  • FC - NCC T04343 - OC 39515.pdf"
    2019/05/27 12:35:33 NOTICE: Local file system at \?\c:\adjtactica: Can't store
    file with control characters: "Tactica/Documentos/\u007fXQB80-L5PTE.PDF"
    2019/05/27 12:35:33 NOTICE: Local file system at \?\c:\adjtactica: Can't store
    file with control characters: "Tactica/Documentos/\u007fXQB80-L5PTE1.PDF"

Can you run with -vv --dump filters and post the result please?

Here is the output. Thanks

C:\Soft\Rclone>rclone -vv sync "c:\adjtactica" dpbxL:Bkps\Plw\adjtactica --exclu
de "*[\x7F]*"
2019/05/28 07:52:03 DEBUG : rclone: Version "v1.47.0" starting with parameters [
"rclone" "-vv" "sync" "c:\\adjtactica" "dpbxL:Bkps\\Plw\\adjtactica" "--exclude"
 "*[\\x7F]*"]
2019/05/28 07:52:03 DEBUG : Using config file from "C:\\Users\\Administrador\\.c
onfig\\rclone\\rclone.conf"
2019/05/28 07:52:05 DEBUG : 673487.exe: Size and modification time the same (dif
fer by -203.125ms, within tolerance 1s)
2019/05/28 07:52:05 DEBUG : 673487.exe: Unchanged skipping
2019/05/28 07:52:05 DEBUG : AnyDesk.exe: Size and modification time the same (di
ffer by 269.4915ms, within tolerance 1s)

It looks like it isn't possible to ignore this with a filter since this message is generated by the local backend :frowning:

However we will fix this properly soon!

Thanks for answering me.
I will wait.

1 Like

Not a big Windows guy, but how do control characters get in there to begin with?

I dont know. I m in charge of backup it
I know windows is not the best one

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