DeviceOn
  • Get Started
    • ⬇️Resources Download
    • 💡About DeviceOn
      • Feature Highlight
      • Cloud Versions
      • Agent Versions
      • Security Architecture
    • 🛠️Installation and Deployment
      • Server (Standard)
        • Windows
        • Ubuntu
        • Azure Marketplace
        • AWS Marketplace
      • Server (Enterprise)
        • Azure Kubernetes
      • Agent
        • Windows
        • Ubuntu
    • ⏲️Version History
      • Version 5.3.12
      • Version 5.2.4
      • Version 5.1.2
      • Version 5.0.3
      • Version 4.7.2
      • Version 4.6.3
      • Version 4.5.5
      • Version 4.4.2
      • Version 4.3.10
      • Version 4.3.3
      • Version 4.2.3
    • ❓FAQ
      • General
      • Technical
  • SECURITY STANDARD
    • ISA/IEC 62443
    • Compliance
  • User Interface & Functions
    • 💻Server (Standalone)
      • Server Management Tools
      • Background Service
  • 🖥️Agent
    • User Interface
    • Background Services
  • 🏠Web User Interface
    • Overview
    • Device Management
      • Device List
      • Real-time Monitoring & Rule Engine
      • Remote Control & Diagnostic
      • Device Data
      • Device Group
      • Task Management (Batch Control)
      • Provision & Configuration
      • Anomaly Detection
    • App Management (OTA)
    • Container Management
    • System Setting
    • Dashboard
    • Event Logs
    • Account Management
  • LAB
    • 📦Application (OTA)
      • Package and Deploy your Application
      • Security Update for Windows
      • Upgrade DeviceOn Agent in On-premises DeviceOn Server
  • 🔧Out-of-Band
    • Intel AMT
      • Local Management (iAMT)
      • Cross-Network Integration (Open AMT)
    • IPMI
    • AMD DASH
    • Advantech iBMC
    • Advantech EdgeBMC
  • 🌐System
    • Update DeviceOn Server to the Latest Version
    • Enabling Automated Backups and Restores from Backup Archives
    • Enable Passive Mode on FTP Server
    • Enable HTTPs for DeviceOn Web Service
    • License Management
  • ⚒️Managed Devices
    • Set up Device Thresholds and Enable Trigger Notifications
    • Set up the Application Watchdog and Enable Trigger Notifications
    • Visualize Device Data through Grafana Dashboards
    • Onboard Multiple Devices at Once
    • Securely Connect to DeviceOn using x.509 Certificates
    • Enable Windows Lockdown Features
Powered by GitBook
On this page
  • Enable System Schedule Backups
  • Performing Restore Operations from Backup Archives

Was this helpful?

  1. System

Enabling Automated Backups and Restores from Backup Archives

PreviousUpdate DeviceOn Server to the Latest VersionNextEnable Passive Mode on FTP Server

Last updated 1 year ago

Was this helpful?

This capability enables automated scheduled backups of the DeviceOn server configuration and relational databases, excluding MongoDB sensor data repositories, with configurable backup retention policies. The integrated migration utility facilitates restore operations in failure scenarios, restoring the system to previous known working states.

  1. Note that backup archives created with TPM encryption enabled during initial server deployment can only be restored to identical TPM hardware modules.

  2. Additionally, restore operations are constrained to the same DeviceOn server version as the backup origination instance.

Enable System Schedule Backups

  1. Login to DeviceOn portal.

  2. Click System tab in the right panel.

  3. Select the tab called System Settings at the top of the page.

  4. Choose the item named System Backup

  5. The system backup feature can be enabled on the System Backup configuration page. When enabling this capability, the storage destination for backup archives must be specified. Users can configure the frequency of automated backups and the retention quantity of maintained backup archives.

Performing Restore Operations from Backup Archives

Provided the backup configuration is correctly established, the system will automatically generate a backup archive with the naming convention Backup_YYYYMMDD_HHMMZ.zip saved to the designated storage location. The cadence of these backup jobs corresponds to the user-defined schedule, be that daily or monthly.

  1. Prior to initiating a system restore, the DeviceOn Server instance should be reverted to a clean baseline state. Administrators can leverage the Reset to Default utility to restore the system to the default configuration applied on initial software deployment.

Alternatively, manual uninstallation and reinstallation of the DeviceOn Server can be performed to achieve an equivalent starting state for the restore process.

  1. Locate the desired backup archive within the designated storage repository and transfer it into the DeviceOn Server runtime environment that will serve as the restore target.

  2. Execute the recovery.bat script located in the <INSTALL_PATH>\tools\System Recovery directory by double-clicking the batch file.

  3. Follow the prompts to fill in the path of the backup file you want to restore and click Enter

  4. Upon successful completion of the restore operation, the recovery script will display a “Restore successfully” status message.

🌐