On Sun, Feb 03, 2002 at 10:25:26PM +0100, Olivier Thauvin wrote: > I' ve write a little patch for rsync. > > I'm not a programmer but when I mirror pas cooker package of mandrake, I want > to the file for 15 days, even if the file has been delete on the server. > > I add the option --heeptime=x where x is the time of validity in second after > it creation. > > But I don't want to keep very large file: > --keepmaxsize=y where y is the maximum size for a file in kbyte. > > I don't kown if this patch interest someone but it is in GPL !
I think that would be better done with "find -mtime" and "find -size" commands. - Dave Dykstra