>>408

#! /usr/local/bin/perl
$admlog = '/home/hogehoge/access_log';
($du,$du,$du,$d,$m,$y,$du)=localtime((stat($admlog))[9]);
$y=$y+1900;$m++;
$ymd=sprintf("%04d%02d%02d",$y,$m,$d);
$res = `cp $admlog /home/hogehoge/log/$ymd.log`;
exit;

あまりスマートな書き方ではないのですが
こんな感じのperlスクリプト書いてます。

ttp://www.sakura.ad.jp/support/vd/server.html の下の方
>上記以外のコマンドのパスはtelnet環境で確かめてからお使いください。
 ~~~~~~~~
と書いてあるのでcrontab使っちゃってます。