Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop the up.time services. -  Review Starting (or restarting ) and Stopping up.time
  1. Archive the datastore directory.

    On a Windows system:

    1. Locate the up.time install directory (default C:\Program Files\uptime software\uptime).
    2. Archive the \datastore directory (using an archiving tool such as Winzip).
    3. Move the zip archive to another system or drive.

    On a Unix system, enter the following commands:

    Code Block
    # cd /usr/local/uptime OR cd /opt/uptime
    (depending on the OS)
    # tar -cvf uptime_backup.tar datastore
    # gzip uptime_backup.tar
  2. Start the up.time services -  Review Starting (or restarting ) and Stopping up.time

     

Option 2: Using the mysqldump Tool

...


Exporting Only Your Configuration Information

In version up.time 7.2 and future releases or later there is the feature to generate a Problem Report with Configuration via the command line.  One can schedule the execution of the command line Problem Report with a cron job or scheduled task.

Code Block
prexport [-p] [-cN]
Options:
-p to dump last hour of data
-c dump historical configuration; N is number of months defaults to 3 months


Alternatively, here are the configuration tables:

...