From: Breeijen, W.M. d. \(CTW\) <W.M...@ct...> - 2005-02-08 12:50:03
|
Does anybody know how to change the format of the date-part in the backup and log files? Now I get files like users.0.200502081010.gz and storage-usr-people.0.200502081010.tar.gz, but I prefer something like users.0.2005.02.08-10.10.gz and storage-usr-people.0.2005.02.08-10.10.tar.gz Which is much more human readable. There's no option in flexbackup.conf I think. Is it safe to just modify line 3690 from=20 $string =3D strftime("%Y%m%d%H%M", localtime($current_time)); to $string =3D strftime("%Y.%m.%d-%H.%M", localtime($current_time)); Thanks in advance, Wouter. |