Im trying the following command: rsync -ae ssh host.com:/creative/37295/7/file1.jpg /creative
rsync fails saying 'no such file or directory' because the directories /creative/37295 and consequently /creative/37295/7 do not exist. What Im wondering is, is it possible to have rsyc make those directories? I want to be able to run that rsync command and have rsync create the necessary directories and put the file there.
Thanks
-- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html