2009/1/26 Stephan Kulow <coolo@novell.com>:
Am Montag 26 Januar 2009 02:21:21 schrieb Robert Kaiser:
Keeping files for 24 hours sounds like an interesting idea, but I have no idea how to implement this technically. If a new factory has built, it's pushed out by a script. That script first uploades the new files and then deletes the old ones.
My trick to do this, is simply to queue the deletions in a batch job, to be run when is comparatively lightly loaded, rather than carry them out immediately. I prefer null-terminated string lists, and using xargs -0 rm -f on them. In short term you do require more disk space, but soon a new equilibrium is acheived. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org