-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
There are two major components to this tool (and two assemblies for each component):
-
Sync - command-line tool that synchronises any SQL Server backup folder with a remote storage location (currently supporting Azure Blob Storage, and UNC paths).
-
Restore - command-line tool that restores a SQL Server database from a remote storage location (currently supporting Azure Blob Storage, and UNC paths), knowing just the database name.
-
AzureBlobStorageSync - command-line tool that synchronises any SQL Server backup folder with Azure Blob Storage.
-
FileStorageSync - command-line tool that synchronises any SQL Server backup folder with a UNC path (e.g.
\\SERVER\share
).
-
AzureBlobStorageRestore - command-line tool that restores a SQL Server database from Azure Blob Storage, only knowing the database name.
-
FileStorageRestore - command-line tool that restores a SQL Server database from a UNC path (e.g.
\\SERVER\share
), only knowing the database name.
This tool would not be possible without Ola Hallengren's Maintenance Solution, which provides a well-known, strong, naming convention for SQL Server database backup files.
If you do not use Ola's solution, the Sync and Restore tools may not work as advertised.