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
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.1
On Sat, 2006-06-03 at 16:53 +0800, Jeffrey Lim wrote:
> # rsync -vvv localhost::a .
> opening tcp connection to localhost port 873
> opening connection using --server --sender -vvv . a
> received 0 names
> recv_file_list done
>
> sent 4 bytes received 9 bytes 26.00 bytes/sec
> total size is 0 s
https://bugzilla.samba.org/show_bug.cgi?id=3824
--- Comment #1 from [EMAIL PROTECTED] 2006-06-06 17:28 MST ---
A percentage --max-delete would be difficult to implement. The generator would
need to know the total number of files in the target directory in order to
decide whether to d
https://bugzilla.samba.org/show_bug.cgi?id=3825
--- Comment #1 from [EMAIL PROTECTED] 2006-06-06 16:02 MST ---
The --exclude filter is equivalent to a sender hide filter plus a receiver
protect filter, and the receiving rsync is correct to block deletion of a
directory because the dir
https://bugzilla.samba.org/show_bug.cgi?id=3825
Summary: rsync won't delete directory with excluded files
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3