Re: How to ignore error 24 or mask it out in bash rsync script

2011-01-31 Thread Mikolaj Kucharski
On Mon, Jan 31, 2011 at 01:35:20PM +0100, Mi wrote: > Hi, > > My cron backup scripts often send me mails because of error 24 (Partial > transfer due to vanished source files). However, this is normal when backing > up user homes with IMAP folders. So I would like to suppress only this > particu

Re: How to ignore error 24 or mask it out in bash rsync script

2011-01-31 Thread Scott Wiersdorf
On Mon, Jan 31, 2011 at 01:35:20PM +0100, Mi wrote: > My cron backup scripts often send me mails because of error 24 (Partial > transfer due to vanished source files). However, this is normal when > backing up user homes with IMAP folders. So I would like to suppress only > this particular error

How to ignore error 24 or mask it out in bash rsync script

2011-01-31 Thread Mi
Hi, My cron backup scripts often send me mails because of error 24 (Partial transfer due to vanished source files). However, this is normal when backing up user homes with IMAP folders. So I would like to suppress only this particular error. I have not found an rsync option to suppress this e