Re: [Mssqlcompressed-users] Batch-backup. How?
Brought to you by:
xclayl
From: Clay L. <cl...@le...> - 2011-05-14 15:53:30
|
The msbp command looks correct to me. I don't know enough about batch files to say whether it is correct. On 13 May 2011 13:01, <ev...@me...> wrote: > 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 > > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Mssqlcompressed-users mailing list > Mss...@li... > https://lists.sourceforge.net/lists/listinfo/mssqlcompressed-users > |