On Wed, Jun 20, 2012 at 9:51 AM, Arno Gaboury <arnaud.gaboury@xxxxxxxxx> 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
On Wed, Jun 20, 2012 at 9:51 AM, Arno Gaboury <arnaud.gaboury@xxxxxxxxx> 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