SkillAgentSearch skills...

SQLServerBackupTool

MS SQL Server database backup toolkit

Install / Use

/learn @moonpyk/SQLServerBackupTool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SQLServerBackupTool

A poor man's Microsoft SQL Server database backup utility.

Free versions of Microsoft SQL Server lack the SQLServer Agent, among the gigantic amount of functionalities provided by the agent, ability to make automatic backups of databases was a problem for me.

A wrote this simple program to be able to schedule automatic backups of my databases in an easy way.

In my setup, the program is automatically started all nights by the Windows Task Scheduler.

Features

  • Backup any number of databases
  • Automatic zip creation of backups
  • WIP A web interface allowing users to make backups online and download them (SQLServerBackupTool.Web)
  • TBD Automatic copy of each backup to a configured Network share / FTP Server / Cloud service

Configuration

TBD, for now, take App.exemple.config, and copy it to App.config, the things are pretty easy, you should able to guess how things are working.

A more detailed documentation/tutorial will come later.

License

Released under the terms of the Apache 2.0 license.

View on GitHub
GitHub Stars10
CategoryData
Updated1y ago
Forks1

Languages

JavaScript

Security Score

75/100

Audited on Apr 1, 2025

No findings