Server concept
#6

I figure you can just make a cron job to do it at some interval.

mv /home/user/assaultcube-dir/serverlog*.txt /home/user/newlogdir/

I tested and it looks like you can have a server running while this command moves the logfile in use to another directory, and it will keep logging correctly to the same file in its new location, rather than creating a redundant logfile in the default location as I thought it would. So there's one less thing to worry about.

For your demo issue, try chmodding 777 that directory and then try again, just to rule out any permissions issues. AFAIK demos don't get saved on the server unless you use -W; they just sit in the queue in RAM until they're pushed out by newer ones.
Thanks given by:


Messages In This Thread
Server concept - by SiL3nT - 01 May 11, 12:37PM
RE: Server concept - by OpenSource - 01 May 11, 12:50PM
RE: Server concept - by SiL3nT - 01 May 11, 01:38PM
RE: Server concept - by jamz - 01 May 11, 02:09PM
RE: Server concept - by SiL3nT - 01 May 11, 02:22PM
RE: Server concept - by vonunov - 01 May 11, 03:06PM
RE: Server concept - by jamz - 01 May 11, 05:26PM
RE: Server concept - by Viper - 01 May 11, 05:26PM
RE: Server concept - by SiL3nT - 01 May 11, 07:59PM
RE: Server concept - by jamz - 01 May 11, 09:48PM
RE: Server concept - by OpenSource - 01 May 11, 09:59PM
RE: Server concept - by tempest - 01 May 11, 11:02PM
RE: Server concept - by OpenSource - 01 May 11, 11:45PM
RE: Server concept - by GeneralDisarray - 02 May 11, 01:21PM
RE: Server concept - by OpenSource - 02 May 11, 02:27PM
RE: Server concept - by tempest - 02 May 11, 02:32PM
RE: Server concept - by SiL3nT - 02 May 11, 06:45PM
RE: Server concept - by jamz - 03 May 11, 09:11AM
RE: Server concept - by Viper - 03 May 11, 12:23AM
RE: Server concept - by DeafieGamer - 03 May 11, 03:07PM
RE: Server concept - by jamz - 03 May 11, 03:58PM
RE: Server concept - by Viper - 03 May 11, 11:15PM