Re: --delete and explicitly listed files

2004-09-30 Thread Igor A. Nesterov
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

--delete and explicitly listed files

2004-09-29 Thread Igor A. Nesterov
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