If you're running linux, setup a cronjob that deletes files older than X days once a day or something. Quick, easy and painless.
find /path/to/your/replay/directory -type f -mtime +3 |xargs rm On Thu, Aug 4, 2011 at 5:28 PM, IBIS Customer Service <[email protected]> wrote: > I have my servers set for constant demo recording. There is a sm plugin that > cleans out the files automatically at a preconfigured time. I have never had > issues with it. As for crashing ur ftp client try filezilla > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

