Sophos UTM Backup and Restore from the command line
You can easily restore a backup of your Sophos UTM from the command line by using the following command:
backup.plx -i <backup_file>
You can also view a list of backups with the following command:
backup.plx -l
To create a backup simply run:
backup.plx
I found this handy when experimenting with different configurations.
Leave a comment