This text explores the file name issues encountered with Lexar M1 and offers a solution using Rclone’s custom encoding rules specifically designed for SMB connections.

this server forbids usage of leftperiod.

we can use custom encoding rules in rclone:

1
2
rclone sync --smb-encoding=Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot,LeftPeriod <source> <target>

Comments