Hi, I use rsync via crontab under macosx without problem except for the copy of directories whith names that finish with a "space" (i.e. "directoryname "). The command mkdir is'nt able to create it. Is there a way to solve this problem ? Thanks Denis
Matt McCutchen
2007-Feb-28 22:36 UTC
rsync directories whith names that finish with a "space"
On 2/27/07, denis <denlistes@altern.org> wrote:> I use rsync via crontab under macosx without problem except for the copy > of directories whith names that finish with a "space" (i.e. > "directoryname "). > > The command mkdir is'nt able to create it. > > Is there a way to solve this problem ?What do you mean: are you running mkdir(1) at the command line, or does rsync give an error message that a mkdir(2) call it made failed? If rsync is giving an error, please send the entire error message. Matt