[Mssqlcompressed-users] Batch-backup. How?
Brought to you by:
xclayl
From: <ev...@me...> - 2011-05-13 12:20:21
|
I have a list of database-names in a file, and want to us msbp to make backups. msbp.cmd contains: ****************************************** @ECHO OFF for /F %%G in (OnlineDbs.txt) do msbp.exe backup "db(database=%%G)" "gzip()" "local(path=\\mp01-app-03\sz01-sql-01\%%G.bak.gz)" ****************************************** However, this does not seem to work... Is it my scripting, or msbp which is causing problems here? Greetings, Evert |