This is the kind of place where EVERY piece of punctuation matters.
-delete    is very unlikely. You probably mean --delete  (two dashes before a "meaningful" parameter)
    (-delete would be something wierd following a -d)
 
192.168.1.152    might be some kind of anonymous
I would expect to see something like [EMAIL PROTECTED]
 
The :: (two colons) means that it is speaking rsync protocol
I think there is expected to be a "module" name after the ::
(where module is something in /etc/rsyncd.conf on the server side)
(and generally there is enough stuff that you know (and nobody else knows)
so that it works for you and some passerby like me;)
 
You should get some better advice from people on this list who actually know what the're talking about.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of cory
Sent: Tuesday, June 06, 2006 8:51 PM
To: rsync@lists.samba.org
Subject: Windows rsync

Hi there I am new to rsync so be gentle

 

Ok i install cwRsync and i used the script that came with it but just added my filename and remote computer.

right now it says
rsync -r -delete /c/backup/ 192.168.1.152::/c/backup

i also tried it with
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/c/backup
and

rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/cygdrive/c/backup

the error message i get is
Environment Variable rsync -r -delete /cygdrive/c/backup/ not defined

 

 

Thanks

 

 

Cojast


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.394 / Virus Database: 268.8.2/356 - Release Date: 6/5/2006

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to