Website/docs/settings/profiles.md
Folder where the application profiles are stored.
Type: String
Default:
| Version | Path |
|---|---|
| Setup / Archiv | %UserProfile%\Documents\NETworkManager\Profiles |
| Portable | <APP_FOLDER>\Profiles |
This setting can be controlled by administrators using a system-wide policy. See System-Wide Policies for more information.
Policy Property: Profiles_FolderLocation
Values:
C:\\Path\\To\\Profiles)%UserProfile%\\NETworkManager\\Profiles)\\\\server\\share$\\NETworkManager\\Profiles)Example:
{
"Profiles_FolderLocation": "%UserProfile%\\NETworkManager\\Profiles"
}
:::note
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. See Create daily backup and Maximum number of backups for configuration options.
Profiles\Backups subfolder (relative to the main configuration directory)yyyyMMddHHmmss_<profile>.json)Restoring profiles
Profiles\Backups:::
List of profile files.
Type: List<NETworkManager.Profiles.ProfileFileInfo>
Default: [Default]
:::note
Right-click on a profile file to edit, encrypt/decrypt or delete it.
You can also use the Hotkeys F2 (edit) or Del (delete) on a selected profile file.
Profile files can be encrypted with a master password. See FAQ > How to enable profile file encryption? for more details.
At least one profile is required and must exist.
:::
Create a daily backup of the profile file before applying any changes.
Type: Boolean
Default: Enabled
:::note
Backups are stored in the Profiles\Backups subfolder. See Location for more details.
Backups are created at most once per day, even if multiple changes occur.
:::
Maximum number of backups to keep. Older backups will be deleted automatically once a new backup is created.
Type: Integer [Min 1, Max 365]
Default: 10