Skip to content

Backup all Databases of your Microsoft SQL 2014 Server (log Backup supported)

Notifications You must be signed in to change notification settings

lhuwyler/MS-SQL-2014_Database_Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MS-SQL-2014_Database_Backup

Creates a Backup of all Databases on a Microsoft SQL-Server (MSSQL 2014)
and deletes older backups.

You can set it up as one or more scheduled jobs (one for full and one for log backup)

PARAMETER
-type { full | log }

Log backup is only possible, if the database is set to
"full" recovery mode (default is "simple", these databases will be skipped)

You always NEED to run full backups. Log backups can be done between
the full backups to reduce data loss.

About

Backup all Databases of your Microsoft SQL 2014 Server (log Backup supported)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published