Layer7 API Management

  • 1.  how to assing cornjob for ssgbackup.sh

    Posted Jun 26, 2017 07:38 AM

    dear sir

    kindly please help i want to know,how to assing cronjob for ssgbackup.sh to take automatic backup in api gateway.



  • 2.  Re: how to assing cornjob for ssgbackup.sh
    Best Answer

    Posted Jun 26, 2017 07:56 AM

    for example

    15 2 * * * /opt/SecureSpan/Gateway/config/backup/ssgbackup.sh -image xyz.zip

     

    * * * * * command to be executed
    - - - - -
    | | | | |
    | | | | +----- day of week (0 - 6) (Sunday=0)
    | | | +------- month (1 - 12)
    | | +--------- day of month (1 - 31)
    | +----------- hour (0 - 23)
    +------------- min (0 - 59)



  • 3.  Re: how to assing cornjob for ssgbackup.sh

    Posted Jul 10, 2017 01:21 AM

    thanks you sir to give me you time