or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Enabling Automated System Backups and Restores from Backup Archives
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.
Enable System Schedule Backups
Login to DeviceOn portal.
Click System tab in the right panel.
Select the tab called System Settings at the top of the page.
Choose the item named System Backup

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.
Alternatively, manual uninstallation and reinstallation of the DeviceOn Server can be performed to achieve an equivalent starting state for the restore process.
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.
Execute the recovery.bat script located in the <INSTALL_PATH>\tools\System Recovery directory by double-clicking the batch file.

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

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