Re: Problems with directories containing spaces in name

2013-03-03 Thread Achim Denzl
Hi Volker, you're right, and I read and understood Allen's mail. What I do not understand is the fact, that the same path MUST be escaped when used as SOURCE and MUST NOT be escaped when used as DESTINATION... Kind regards Achim Volker Kuhlmann schrieb: On Sun 03 Mar 2013 12:43:25 NZD

Re: Problems with directories containing spaces in name

2013-03-02 Thread Achim Denzl
Hi guys, thank you for the feedback! After trying almost any possible combination, I finally found one that works ;-) Here it is (in short): rsync "/Hello World" "user@host:/Hello World" rsync "user@host:/Hello\ World" "/Hello World" Only the (remote) SOURCE in the second line needed the b

Re: Problems with directories containing spaces in name

2013-03-02 Thread Allen Supynuk
This looks like a shell issue to me. Try > rsync "root@192.168.101.53:/Volumes/WD-Daten/XserveMirror/Satz/Akzidenzen\ > 2012/" "/Volumes/PromiseRAID/Satz/Akzidenzen 2012" 2>&1 And > rsync "root@192.168.101.53:'/Volumes/WD-Daten/XserveMirror/Satz/Akzidenzen > 2012/'" "/Volumes/PromiseRAID/S

Problems with directories containing spaces in name

2013-03-01 Thread Achim Denzl
Hi anybody! I'm not shure if this really is a rsync problem, it might also be a shell issue. But hopefully, someone has a hint for me ;-) I'm using rsync 3.0.9 on two OS X Servers (FreeBSD) to synchronize several folders between both servers (2-way-sync). Works fine, with one exception: One