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?