A little patch

Dave Dykstra dwd at bell-labs.com
Tue Feb 5 04:49:02 EST 2002


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




More information about the rsync mailing list