Hi,

On Mon, 28 Mar 2005, C. P. wrote:

Is there a way to skip unreadable files so rsync doesnt die?

i have to rsync live filesystems and sometimes a file is open and blocked (outlook.pst) and rsync says:

rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)

instead of skipping it.

I understand that --ignore-errors isnt what i need. I tried it anyway.

You have to do it on the server side, with

ignore nonreadable = true

in /etc/rsyncd.conf.

Cheers -e
--
Eberhard Moenkeberg ([EMAIL PROTECTED], [EMAIL PROTECTED])
--
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