0 votes

Is there a recommended or documented method for backup/recovery of the ADAXES system?

Having upgraded at least once, i know that there are two backup utilities, one for the ADAXES services: Softerra.Adaxes.BackupRestore.exe
And another for the WebConfiguration: Softerra.Adaxes.Web.UI.Configuration.exe

My thought is that creating flat file backups using these utilities would be sufficient (or essentially automating the pre-upgrade process detailed here: http://adaxes.com/resources/InstNotes.htm#upgrade) as they are command-line scriptable but would like some confirmation.

Thanks!

by (610 points)

1 Answer

0 votes
by (216k points)

Hello,

Yes, you can use the backup/restore utilities from the command line for backuping/restoring Adaxes configuration. You may as well schedule Adaxes backups via Windows Task Scheduler with these utilities, include them in your CMD files or NAnt scripts. The files created by the backup/restore applications are sufficient to restore your Adaxes service and Adaxes Web Interface configurations.

0

Got it, thanks. Once I figure out the proper commands i'll post them for others to see/use.

0

If you mean command line parameters for usage with the backup/restore tools, we have them in our help articles: Backup/Restore Command Line Parameters, Command Line for Web Interface Backup/Restore

0

Are there any specific instructions for scheduling backups using Task Scheduler?

I've created a batch file that contains the following syntax and setup a Scheduled Task. When I attempt to run the Scheduled Task nothing happens. When I trigger my batch file directly (not using Task Scheduler) it works with no issues.

Softerra.Adaxes.BackupRestore.exe /b C:\Adaxes.bak -l C:\AdaxesBackup.log -u DOMAIN\Administrator secret

Also, is there a way to accomplish the backup so that the password is not visible in the command syntax?

0

I got my Scheduled Tasks to work by setting the "Start In" path manually under the Action properties of the Task.

I would still like to know, is there a way to accomplish the backup so that the password is not visible in the command syntax?

0

Hello Michael,

I got my Scheduled Tasks to work by setting the "Start In" path manually under the Action properties of the Task.

Yes, that is what was missing. Also, you could just as well specify the full path to Softerra.Adaxes.BackupRestore.exe in your batch file.

I would still like to know, is there a way to accomplish the backup so that the password is not visible in the command syntax?

Yes, this is possible. You can set the Task to execute Softerra.Adaxes.BackupRestore.exe under the credentials of Adaxes default service administrator. In this case you can launch Adaxes Backup/Restore tool without passing the credentials of Adaxes default service administrator via the command line. To do this:

  1. Locate your Task in the Task Scheduler library, right-click it and select Properties.
  2. In the dialog box that appears, activate the General tab.
  3. Press the Change User or Group button in the Security options section.
  4. In the dialog that appears, select the Adaxes default service administrator.
  5. Switch the radio button to Run whether user is logged on or not.
  6. Press OK.
  7. You will be prompted for a password to the account that you specified in the 3rd step. Type the password and press OK.
0

Michael,

Actually, you may fully retire the batch file and specify all the necessary options for Adaxes Backup/Resotre tool in the parameters of the Windows Task Scheduler Task:

  1. Locate your Task in the Task Scheduler library, right-click it and select Properties.
  2. In the dialog box that appears, activate the Actions tab.
  3. Double-click the Start a program action that launches your batch file.
  4. Type Softerra.Adaxes.BackupRestore.exe in the Program/script field.
  5. Type the command line parameters for the Adaxes Backup/Restore tool in the Add arguments (optional) field, for example /b C:\Adaxes.bak -l C:\AdaxesBackup.log
  6. Type the full path to the folder, in which your Adaxes service is installed, in the Start (optional) field, for example, C:\Program Files\Softerra\Adaxes 3\Service.
  7. Click OK two times.
0

Thank you it seems to be working now.

There was also a local security policy causing a problem with Scheduled Task and remembering the Service Account password. I resolved that as described in the following blog

http://blogs.technet.com/b/askperf/arch ... 92736.aspx

Related questions

0 votes
1 answer

Adaxes was uninstalled by one of our techs while trying to troubleshoot the Adaxes service not starting. Unfortunately, we had not yet taken a backup using the service back ... back up? Is there a specific location the configuration files are stored? Thanks.

asked May 5, 2017 by leadbelly (150 points)
0 votes
1 answer

Hi, Is there a way to change the security questions for the self-service password recovery? We need them in german and I just can't find a way to change them... On a side ... for a while now and always found a way to adjust it to our needs :D Regards, Yannik

asked Oct 15, 2018 by Yannik (100 points)
0 votes
1 answer

Hello I've followed this post Handling child objects which has worked to display the Bitlocker child object, what it shows though is the Password ID - is there any way to configure it to show the actual Bitlocker Recovery Password? Thanks

asked Jul 1, 2015 by CBurn (700 points)
0 votes
1 answer

Hello, In previous versions I used the instructions in this post Handling child objects to view Bitlocker Recovery Key's for computers. After upgrading to 2013.2 these instructions no longer ... way to view it. Help... this is a critical issue for us. Thanks.

asked Oct 30, 2013 by DFassett (710 points)
0 votes
1 answer

Hello, I have recently upgraded Adaxes to version 2023. After the upgrade, I'm experiencing issues with some of the built-in reports. Usally, problems get fixed by restoring the ... a way to restore ALL built-in reports to initial state (not one by one)?

asked Sep 26, 2023 by gsoc.ssm (40 points)
3,326 questions
3,025 answers
7,727 comments
544,678 users