Creating a New Configuration
Steps for configuration creation
These are the steps for setting up configuration snapshots on a given primary machine:
Once logged into the client via inputting your credentials, navigate to the
ConfigurationsmenuClick
Createin the upper right hand cornerFill in the configuration form:
Name: Choose a descriptive name for this backup configuration, as this is what will be displayed in the client for all backups using this configuration
Application: Select the application type from the dropdown
Method: Select the backup method (e.g.,
ScriptorFolder)
Backup Configuration
Configure the backup settings:
Backup Path: Use the folder browser to select the path where backups will be stored
Backup Script: If using the Script method, input the desired PowerShell script for performing the backup
Custom scripts for specific applications will be provided by the Axilon team
Restore Configuration
Configure the restore settings:
Download Path: Specify the path where backup files will be downloaded before restoration
Restore Path: Use the folder browser to select the path where the configuration will be restored
Restore Script: If using the Script method, input the desired PowerShell script for performing the restore
Change Detection (Optional)
Run Change Detection (optional): Check this box to enable change detection, which uploads diffs created by the configuration script
When enabled, you can include the
{{AXILON_TASK_ID}}variable in your scripts, which will be automatically replaced at runtimeExample script with change detection:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; C:\IgnitionBackup\diff_generation_with_approval_check.ps1 -task_id {{AXILON_TASK_ID}}
Click
Submitto create the configuration
Last updated

