On Thu, Mar 29, 2001 at 06:33:37PM -0500, Larry Prikockis wrote:
> Hi!  I'm trying to use rsync over ssh (open_ssh on Redhat Linux 6.2 to be
> exact) in order to update a production web server from a staging server.  
> In the tests I've run so far, everything has worked beautifully *except*
> that files deleted on the staging side stubbornly refuse to be deleted on
> the remote side.  

Please look for an "IO error encountered: skipping deletion" in the rsync
log (use -v).

If this is there, use the --ignore-errors option on rsync to delete even
if errors occur. This can happen if there are permissions problems on
the server, or for a variety of other reasons.

Tridge, this is what keeps happening to me on sourceforge, with files not
deleting just because something I'm mirroring makes a permissions mistake
somewhere and never catches it.

-drew

-- 
M. Drew Streib <[EMAIL PROTECTED]>, http://dtype.org

"Email sigs waste valuable bandwidth."

PGP signature

Reply via email to