On Fri, Dec 30, 2005 at 02:32:08PM -0600, Idea Works wrote: > rsync OPTIONS "/cygdrive/c/Docs n Settings" > [EMAIL PROTECTED]:/cygdrive/c/backups/sourcename > > With 'backupmachine' running an rsync daemon (boss set that up).
If you're wanting to use an rsync daemon, change the : into :: -- a single colon accesses the machine via ssh. Also, change the text after the :: to be a module name and a path relative to the module's path. However, if the above is working for you, just get turn off the rsync daemon. > rsync OPTIONS /cygdrive/c/backups/sourcename2 : > [EMAIL PROTECTED]:"/cygdrive/c/Dos n Settings" The remote names of an rsync command are handed off to the remote shell, which will split the name on spaces. The solutions to this are mentioned in the "spaces in filenames" topic in the FAQ on the rsync website (one of the solutions is to replace each of the spaces in that destination with a question-mark). ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html