Hi remus
Maybe something like this:
The filename will have the format messages_12282357. The date function appends month, day, hour, minutes to the messages
part of the f...
Maybe something like this:
Code: [Select]
FILENAME=messages_`date "+%m%d%H%M"`
syslogd -O /mnt/sda1/$FILENAME
The filename will have the format messages_12282357. The date function appends month, day, hour, minutes to the messages
part of the f...