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 
   $string = strftime("%Y%m%d%H%M", localtime($current_time));
to
   $string = strftime("%Y.%m.%d-%H.%M", localtime($current_time));

Thanks in advance,
Wouter.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to