I have a SQL Server on a docker container (microsoft/mssql-server-linux
)
I want to Backup the database remotely using Powershell command.
So The final result will be that a .bak
file would be added to the container.
Does anyone knows if it is possible, and how?