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: rsync -rcv printing out filenames when content identical

2011-01-26 Thread Mikolaj Kucharski
On Thu, Jan 27, 2011 at 12:45:38AM +, Mikolaj Kucharski wrote: > On Wed, Jan 26, 2011 at 09:06:35PM +0000, Mikolaj Kucharski wrote: > > On Wed, Jan 26, 2011 at 12:48:42PM +0100, Paul Slootman wrote: > > > On Wed 26 Jan 2011, Mikolaj Kucharski wrote: > > > > >

Re: rsync -rcv printing out filenames when content identical

2011-01-26 Thread Mikolaj Kucharski
On Wed, Jan 26, 2011 at 09:06:35PM +, Mikolaj Kucharski wrote: > On Wed, Jan 26, 2011 at 12:48:42PM +0100, Paul Slootman wrote: > > On Wed 26 Jan 2011, Mikolaj Kucharski wrote: > > > > > > both folders. I run always rsync -n -rcv --delete backup/ mail/ and >

Re: rsync -rcv printing out filenames when content identical

2011-01-26 Thread Mikolaj Kucharski
On Wed, Jan 26, 2011 at 12:48:42PM +0100, Paul Slootman wrote: > On Wed 26 Jan 2011, Mikolaj Kucharski wrote: > > > > both folders. I run always rsync -n -rcv --delete backup/ mail/ and > > rsync randomly repors that Jira should be synced or not if I run this > > comma

Re: rsync -rcv printing out filenames when content identical

2011-01-26 Thread Mikolaj Kucharski
Hi Wayne, On Tue, Jan 25, 2011 at 07:30:56PM -0800, Wayne Davison wrote: > On Sat, Jan 22, 2011 at 10:21 AM, Mikolaj Kucharski > <[1]miko...@kucharski.name> > wrote: > > $ rsync -rcv --delete backup/ mail/ > > Unless the "backup" dir only contains files

Re: rsync -rcv printing out filenames when content identical

2011-01-25 Thread Mikolaj Kucharski
Anyone? On Sat, Jan 22, 2011 at 06:21:13PM +, Mikolaj Kucharski wrote: > Hi, > > I'm heavly relying on rsync -nvrc during my day-to-day work in UNIX-like > enviroment. I'm using rsync for few years now and today I've found a > situation which I do not understan

Re: rsync -rcv printing out filenames when content identical

2011-01-22 Thread Mikolaj Kucharski
I'm suing -n on purposes to see what will happen. Not sure did I express myself clearly. When using -n and reaparing dry run for my direcotories sometimes rsync shows that only INBOX has some differences and sometimes INBOX and Jira. Not sure was that clear in my previous email. -- best regards q

rsync -rcv printing out filenames when content identical

2011-01-22 Thread Mikolaj Kucharski
Hi, I'm heavly relying on rsync -nvrc during my day-to-day work in UNIX-like enviroment. I'm using rsync for few years now and today I've found a situation which I do not understand. I have two directories with few maildirs in it. Each maildir containg some emails. I'm testing scripts which I wro