Re: rsync files with certain mtime

2006-02-17 Thread Matt McCutchen
On Fri, 2006-02-17 at 14:55 +0100, Mario Ohnewald wrote: > How would i rsync all files which are older than X-Days? I am missing > some kind of -mtime option. Since this is quite common for backups i am > wondering how you are doing this kind of stuff. Rsync doesn't have an option to transfer only

Re: Rsync 2.6.7pre1 is now available

2006-02-17 Thread Louis-David Mitterrand
On Fri, Feb 17, 2006 at 09:02:01AM -0800, Wayne Davison wrote: > On Fri, Feb 17, 2006 at 11:33:42AM +0100, Louis-David Mitterrand wrote: > > The NEWS didn't mention the new functionality allowing to take into > > account renamed files and not retransfer them. > > > > Will it be included in 2.6.7?

Re: Rsync 2.6.7pre1 is now available

2006-02-17 Thread Wayne Davison
On Fri, Feb 17, 2006 at 11:33:42AM +0100, Louis-David Mitterrand wrote: > The NEWS didn't mention the new functionality allowing to take into > account renamed files and not retransfer them. > > Will it be included in 2.6.7? No, it didn't quite make it. My testing of the early patch that I post

Re: rsync files with certain mtime

2006-02-17 Thread Paul Slootman
On Fri 17 Feb 2006, Mario Ohnewald wrote: > > How would i rsync all files which are older than X-Days? I am missing > some kind of -mtime option. Since this is quite common for backups i am > wondering how you are doing this kind of stuff. The purpose of rsync is to synchronize two directories, i

rsync files with certain mtime

2006-02-17 Thread Mario Ohnewald
Hello List, How would i rsync all files which are older than X-Days? I am missing some kind of -mtime option. Since this is quite common for backups i am wondering how you are doing this kind of stuff. Thanks, Mario -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/r

Re: Rsync 2.6.7pre1 is now available

2006-02-17 Thread Gian G. Spicuzza
How does this function work? I have not seen it discussed on the mailling list. Thanks, Gian On Wed, Feb 08, 2006 at 09:07:13PM -0800, Wayne Davison wrote: Rsync version 2.6.7pre1 is now available for release testing. Please give it a try and send email to the regular mailing list with

Re: reducing I/O and system load

2006-02-17 Thread Stuart Halliday
> --slow-down > option that makes rsync wait a few microseconds in between scanning > each > file. Find it here: > http://vilius.multiply.com/video/item/10 Damn good idea. :-) So when will Rsync for Windows have this option as I'm not a programmer and don't have any compiler on my PC. --

Re: Rsync 2.6.7pre1 is now available

2006-02-17 Thread Louis-David Mitterrand
On Wed, Feb 08, 2006 at 09:07:13PM -0800, Wayne Davison wrote: > Rsync version 2.6.7pre1 is now available for release testing. Please > give it a try and send email to the regular mailing list with any > questions, comments, bug reports, etc. Hi, The NEWS didn't mention the new functionality all

Re[2]: reducing I/O and system load

2006-02-17 Thread Denis Solovyov
>> > I'm using rsync for simple daily back up data from one HD to another. It >> > takes about 10 minutes daily under "nice -n 19". The problem is >> > well-known as I see - several other services such as httpd or mysql >> > begin responding slowly (up to 10 sec for mysql queries

Re[2]: reducing I/O and system load

2006-02-17 Thread Denis Solovyov
>> I'm using rsync for simple daily back up data from one HD to another. It >> takes about 10 minutes daily under "nice -n 19". The problem is >> well-known as I see - several other services such as httpd or mysql >> begin responding slowly (up to 10 sec for mysql queries which us