20 Jun
2012
20 Jun
'12
2:09 p.m.
On Wed, Jun 20, 2012 at 9:51 AM, Arno Gaboury <arnaud.gaboury@gmail.com> wrote:
*tar -zcf "./`date +'%D-%H-%M.tgz'`" /var/log
This will cause a different problem... maybe you wanted %F instead of %D. (Check "man date".) --Andrew Hills