AMS
  • What's AMS
  • Introduction
    • Features
    • AXView 3.0
      • Installation
    • MaaS
    • Hardware Platform Support List
  • Case Study
    • Automation
    • Environmental Signals
    • Energy Management
  • Snapshot Preview
    • AXView 3.0
    • MaaS
  • Data Processing
    • Source Setting
    • Flow-design
      • Core Nodes
        • Source_in
        • Source_out
    • Native Nodes
      • e-mail
    • Visualization Dashboard
  • FAQ
    • How to install nodes offline with npm-bundle?
    • How to configure the DDNS client on Linux
    • How to access hardware monitoring with dashboard?
    • How to change web service's port?
    • How to export configuration data?
    • How to change MQTT broker's port?
Powered by GitBook
On this page

Was this helpful?

  1. FAQ

How to export configuration data?

PreviousHow to change web service's port?NextHow to change MQTT broker's port?

Last updated 5 years ago

Was this helpful?

  • Download this script file - dbexport.sh

  • If the dbexport.sh is not executable , input command:

# sudo chmod +x dbexport.sh
  • Execute the script with command:

# ./dbexport.sh
  • Then you'll see data.tar.gz appear in home directory, it's AXView3.0's configuration data.

# cd
# ls data.tar.gz
data.tar.gz
  • Now you can copy the zipped data to USB drive to backup or for online support.

201B
dbexport.sh