On Fri 16 Jul 2010, Alex Ferrara wrote: > > I did think about remotely executing a mkdir before the backup, but one > blocker is that I will be using Thecus NAS boxes as some off-site locations > and I don't have shell access.
You could mkdir the directory locally somewhere (anywhere), and rsync just that directory to the remote side, affectively doing a remote mkdir via rsync. Repeat for deeper directories. If the remote directory already exist, it shouldn't do any harm. Paul -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
