Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Updating the ability to trigger server instance backups

Compare
Choose a tag to compare
@stack72 stack72 released this 17 Oct 09:00
· 22 commits to master since this release

Please note, there is a breaking change here!

This was thanks to the work by Phiipp Dolder. The new methods available are as follows:

  • string TriggerServerInstanceBackup(BackupOptions backupOptions);
  • string GetBackupStatus();

The TriggerServerInstanceBackup method is a breaking change as it will be replacing the old method:

  • bool TriggerServerInstanceBackup(string fileName);

This release will become Nuget package version 0.3.4