Deepnet Authentication Server(DAS) saves its main configuration and almost all of its operation data in a database, so please check the offical document from MS(if you are using MS SQL server) or MySQL(otherwise) for SQL Backup.
For disaster recovery, you should also backup the DAS server itslef. There are two scenarios
Full Backup
- Stop DAS service (net stop das);
- Stop MySQL service (net stop dasmysql) if you chosed the built-in MySQL as its database.
- Buckup the whole things under the folder "C:\Program Files\Deepnet Authentication Server"
Once backup is finished, start MySQL(if it is stopped) and DAS service.
Essential Backup
Compared to the full backup, the essential backup is trivial, but much smaller.
The following files and folders should be selected during this kind of backup
Files
- server.xml under C:\Program Files\Deepnet Authentication Server\Tomcat\conf
- keystore under C:\Program Files\Deepnet Authentication Server
Folders
- conf under C:\Program Files\Deepnet Authentication Server
- licence under C:\Program Files\Deepnet Authentication Server
- dgs under C:\Program Files\Deepnet Authentication Server\Tomcat\conf
No comments:
Post a Comment