feature request: create remote directory

2008-09-29 Thread Tim Newsome
I have a program that copies pictures to a web server using rsync. Typically it will do something like copy IMG_1234.JPG to server:/www/docroot/YEAR/MONTH/DAY, where the appropriate numbers are inserted for YEAR/MONTH/DAY. Currently the only way to do this with rsync is to locally create YEAR/MONTH

feature request: restart on timeout

2008-09-29 Thread Tim Newsome
I'm currently in Egypt, and my Internet connection goes up and down a lot. rsync --partial --timeout is great, especially when combined with a little script that checks whether it failed due to timeout, and in that case starts the transfer up again. I think it would be a good feature for rsync to s