Hello,<br><br>I am trying to synchronize the content of the directory my_dir/ from /home to /backup. This directory contains a file which name has a double quote in it, such as to&quot;to. Here is my rsync command:<br><br>

rync -Cazh /home/my_dir/ /backup/my_dir/<br><br>And I get the following message:<br><br>rsync: mkstemp &quot;/backup/my_dir/.to&quot;to.d93PZr&quot; failed: Invalid argument (22)<br><br>For info, rsync works well when the synchronized filenames contain single quote, parenthesis and space. Thus, why is it bugging with a double quote? Thanks for any help.<br>

<br>Walrus<br><br>ps: I posted this question on SuperUser (<a href="http://superuser.com/questions/239154/how-to-use-rsync-when-filenames-contain-double-quotes">here</a>) but didn&#39;t get useful advice. That&#39;s why I send this on the rsync mailing list.<br>