Discover Centmin Mod today
Register Now

Time variable

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

  1. pamamolf

    pamamolf Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    3:31 PM
    Nginx-1.17.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