Thanks Thanks:  1
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 2 of 2

Thread: Cron Manager pentru VTI

  1. #1
    Standard RSP member suporter's Avatar
    Join Date
    29 Jul 2009
    Posts
    266
    Mentioned
    1 Post(s)
    Rep Power
    55

    Default Cron Manager pentru VTI

    Am instalata imaginea VTI 9.0.2 pe Duo2 si as vrea sa folosesc cron manager pentru a pune receptorul in Standby si sa faca Reboot la anumite ore.
    Ajutati-ma cu scripturile necesare si cum trebuie sa fac setarile in cron manager.
    La imaginile BH este usor de setat dar cu VTI nu ma descurc...

  2. #2
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    8,512
    Mentioned
    93 Post(s)
    Rep Power
    100

    Default

    In principiu dai in telnet comanda :
    Code:
    crontab -e
    si ai intrat in modul edit cu vi.

    Code:
    # Edit this file to introduce tasks to be run by cron.
    #
    # Each task to run has to be defined through a single line
    # indicating with different fields when the task will be run
    # and what command to run for the task
    #
    # To define the time you can provide concrete values for
    # minute (m), hour (h), day of month (dom), month (mon),
    # and day of week (dow) or use '*' in these fields (for 'any').#
    # Notice that tasks will be started based on the cron's system
    # daemon's notion of time and timezones.
    #
    # Output of the crontab jobs (including errors) is sent through
    # email to the user the crontab file belongs to (unless redirected).
    #
    # For example, you can run a backup of all your user accounts
    # at 5 a.m every week with:
    # 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
    #
    # For more information see the manual pages of crontab(5) and cron(8)
    #
    # m h  dom mon dow   command
    Ca sa intrii in modul edit (in vi ) apesi tasta a, ca sa iesi apesi esc.
    Salvarea cu iesire se face apasand: shift simultan cu :, apoi W Q enter acestea din urma succesiv
    Sh40, AML, prime focus 1,5m si altele ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •