Name | Modified | Size | Downloads / Week |
---|---|---|---|
src | 2012-07-03 | ||
jar version | 2012-07-03 | ||
exe version | 2012-07-03 | ||
readme | 2012-02-19 | 1.1 kB | |
Totals: 4 Items | 1.1 kB | 0 |
README for "CrippleSqueal" **This is a java program and so requires a JRE version 1.5 or newer.** What does it do? It makes a full backup of all MSSQL databases on a local server (except tempdb). The accompanying properties file specifies username, server and so on and should be self-explaining. Why did you write it: On MSSQL Express version there is no "SQL Server Agent" and so no inbuilt possibility to automate backup af all databases. Known limitations: It doesent run from a network share (probably can't find properties file) The jar version is probably safer, but requires you to write some cmd og bat file to schedule the backup The exe file is built with "launch4j" and tries (not always succesfully) to find a suitable JRE. Obvious usages: Well i plan to call the exe version from my bacula backup server. Any need to schedule backups of all databases on MSSQL (Express version particularly) License: This application is under GPL v3 (except the microsoft JDBC driver of course) as specifyed here: http://www.gnu.org/licenses/gpl.html Brian Simonsen brian@evigmail.dk