The complete description of all available arguments can be found on the GitHub page: https://github.com/oh22is/RhinoBackup

To get started with RhinoBackup right away, first you need the authentication credentials for your database on an Azure Synapse Serverless SQL Pool. Start RhinoBackup through your console with the following Arguments and that’s all:

RhinoBackup.exe --ProjectPath <<ProjectPath>> --Mode Export --SqlEndpoint <<Synapse SQL Endpoint>> --Database <<Database>> --Username <<Username>> --Password <<Password>>

Further arguments can be used to specify exactly which objects are to be exported.

Example

RhinoBackup.exe 
--ProjectPath C:\\RhinoBackup
--SqlConnection "Server=<<server address>>; Database=<<database name>>; User ID=<<username>>; Password=<<password>>; Authentication=SqlPassword; Application Name=RhinoBackup;"
--Mode Export
--Clean true
--ExternalTables false
--ExternalDataSources false
--ExternalFileFormats false
--Functions false
--Schemas false
--StoredProcedures false