Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions Website/docs/settings/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,21 @@ Folder where the application profiles are stored.

:::note

It is recommended to backup the above files on a regular basis.

To restore the profiles, close the application and copy the files from the backup to the above location.
**Recommendation**
It is strongly recommended to regularly back up your profile files.

**Automatic backups**
NETworkManager automatically creates a backup of the profile file before applying any changes.
- Location: `Profiles\Backups` subfolder (relative to the main configuration directory)
- Naming: timestamped (e.g. `yyyyMMddHHmmss_<profile>.json`)
- Frequency: **once per day** at most (even if multiple changes occur)
- Retention: keeps the **10 most recent backups**

**Restoring profiles**
1. Completely close NETworkManager
2. Locate the desired backup in `Profiles\Backups`
3. Copy the file(s) back to the original folder (overwrite existing files or copy them under a different name)
4. Restart the application

:::

Expand Down
4 changes: 2 additions & 2 deletions Website/docs/settings/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ It is strongly recommended to regularly back up your settings files.

**Automatic backups**
NETworkManager automatically creates a backup of the settings files before applying any changes.
- Location: `Settings\Backups` subfolder (relative to the main configuration directory)
- Location: `Settings\Backups` subfolder
- Naming: timestamped (e.g. `yyyyMMddHHmmss_Settings.json`)
- Frequency: **once per day** at most (even if multiple changes occur)
- Retention: keeps the **10 most recent backups**

**Restoring settings**
1. Completely close NETworkManager
2. Locate the desired backup in `Settings\Backups`
3. Copy the file(s) back to the original configuration folder (overwriting existing files)
3. Copy the file(s) back to the original folder (overwriting existing files)
4. Restart the application

:::
Expand Down