×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Concord/DataBaseSave: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
    imported>DrOwl
    m (reformat)
    Line 1:
    <pre>
     
    The ASCII save command is as follows:
     
    nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER
     
    To create the ASCII save as a job than can be scheduled use the following command
     
    nhSchedule -defineType "Ascii-DB-Save" -load 100 -cmd "nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER"
     
    You may need to set the path and user instead of the variables included above.
    Line 13 ⟶ 11:
    Then you can schedule it as follows
     
    nhSchedule -schedule "Ascii-DB-Save" -time "2:00 AM" -daily ûyyyyyyy
     
    </pre>
     
    [[Category:Concord]]

    Revision as of 17:16, 22 February 2005

    The ASCII save command is as follows:

    nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER
    

    To create the ASCII save as a job than can be scheduled use the following command

    nhSchedule -defineType "Ascii-DB-Save" -load 100 -cmd "nhSaveDb -p $NH_HOME/db/save/daily.tdb -ascii -u $NH_USER"
    

    You may need to set the path and user instead of the variables included above.

    Then you can schedule it as follows

    nhSchedule -schedule "Ascii-DB-Save" -time "2:00 AM" -daily ûyyyyyyy
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.