/MadSQLBackup

Un proyecto que trata de ofrecer una versión gratuita y facil de usar para aquellos que necesiten realizar backups en sus bases de datos.

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

Backup-SQLServer-Script

Script para realizar backups en SQL. Inicialmente se realizan backups de todas las bases de datos de un servidor SQL Server.

Usage

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.ps1

Dependencies

Powershell Module for SQLServer:

Install-Module -Name SqlServer

Features List

¿What do we want?

  • SQL Server Backup
    • Local Backup
      • All Instances Backup
    • Remote Backup
  • MySQL Backup
  • MongoDB Backup
  • App Launcher
    • Backup Configuration
      • Server Credentials
        • Encryption
      • Exclude Databases
    • Store Backup Configuration
      • Secure Storage of Configuration Options
    • Run Backup
    • Setup Task Scheduler on Windows
  • Localization