Welcome to Centmin Mod Community
Register Now

Time variable

Discussion in 'System Administration' started by pamamolf, Nov 9, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    6:22 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi
    I use on my script for backup this variable:

    Code:
    DATE="$(/bin/date +%d-%m-%Y)"
    and then on my command the $DATE and is working great for one backup per day...

    Now i need to get two backups per day and i am thinking to use the time variable so i can avoid overwriting as i don't know any other way for it :(

    How can i add the time on my DATE= ?

    Thanks you !

     
    Last edited: Nov 9, 2014