From: "Wayne Davison" <[EMAIL PROTECTED]>
> This is because rsync is a copy command, and you told it to copy a file
> that doesn't exist. Rsync does not currently have a way to specify
> individual files to delete,
This is exactly what I am asking for... why? rsync is not just a copy
command. It
It is my understanding after reading all manuals and postings that
--delete only works, when rsync is doing recursive dir-to-dir
synchronization. Like in the following example
local host:
/dir/dira
/dir/dirb
/dir/dirb/file2
remote host:
/dir/dira
/dir/dira/file1
/dir/dirb
/dir/dirb/file2
If we d