Backup-SqlExpress

1.0.4

Backup-SqlExpress backs up an instance of SQL Server Express. SQL Server Express does not have access to the SQL Server Agent which schedules backups. This script is designed to be set to run as a Scheduled Task on an hourly basis. It will take a once daily full backup of databases and an hourly incremental transaction log backup of databases using the Full recovery m
Backup-SqlExpress backs up an instance of SQL Server Express. SQL Server Express does not have access to the SQL Server Agent which schedules backups. This script is designed to be set to run as a Scheduled Task on an hourly basis. It will take a once daily full backup of databases and an hourly incremental transaction log backup of databases using the Full recovery model. It will copy files to external storage, and manage retention of those files.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Backup-SqlExpress

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2018 Chris Carter

Package Details

Author(s)

  • Chris Carter

Tags

SQL Server Express Backup

Dependencies

This script has no dependencies.

Release Notes

Initial Release

FileList

Version History

Version Downloads Last updated
1.0.4 (current version) 625 11/26/2018
1.0.3 27 11/26/2018
1.0.2 25 11/26/2018
1.0.1 27 11/26/2018
1.0 83 11/26/2018