Script para realizar backups en SQL. Inicialmente se realizan backups de todas las bases de datos de un servidor SQL Server.
Run Install.ps1 script to create the configuration file and install the dependencies necessary to run the script. The installation script also sets a task scheduler task to run the script at a specified time (06:00 Am).
If you want to manually run the script, you can run the script from the command line with the following command:
./Backup_Server.ps1Powershell Module for SQLServer:
Install-Module -Name SqlServer¿What do we want?
- SQL Server Backup
- Local Backup
- All Instances Backup
- Remote Backup
- Local Backup
- MySQL Backup
- MongoDB Backup
- App Launcher
- Backup Configuration
- Server Credentials
- Encryption
- Exclude Databases
- Server Credentials
- Store Backup Configuration
- Secure Storage of Configuration Options
- Run Backup
- Setup Task Scheduler on Windows
- Backup Configuration
- Localization