Difference between revisions of "Template:SQWareProduction sqwmys DumpAllDatabases.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
m (Updated by BatchUser)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwmys_Global.lib v1.2.10 SQWareProduction for MySql (dbSQWare GPL v3) ...  
+
Sourcing sqwmys_Global.lib v3.1.b1 SQWareProduction for MySql (dbSQWare GPL v3) ...  
  
 
Usage: sqwmys_DumpAllDatabases.ksh [-h] -I instance [+ options]
 
Usage: sqwmys_DumpAllDatabases.ksh [-h] -I instance [+ options]
Line 24: Line 24:
 
     -AGE  Nb sec      : Nb of seconds between two check of end (by default 1s).
 
     -AGE  Nb sec      : Nb of seconds between two check of end (by default 1s).
 
     -FRT  return_code  : Force return code value on error.
 
     -FRT  return_code  : Force return code value on error.
     -NoMail            : Desactivate sendmail on error dba (by default, send on error).
+
    -Dist              : For distant connection to database (change $gvsqw_ConnectString to $gvsqw_DistConnectString ).
 +
     -NoMail            : Desactivate sendmail on error default@dbsqware.com (by default, send on error).
 
     -Exec              : Execute commands (default, display generated commands)
 
     -Exec              : Execute commands (default, display generated commands)
  
 
</pre>
 
</pre>

Revision as of 22:37, 24 May 2011

Sourcing sqwmys_Global.lib v3.1.b1 SQWareProduction for MySql (dbSQWare GPL v3) ... 

Usage: sqwmys_DumpAllDatabases.ksh [-h] -I instance [+ options]

DESCRIPTION
   sqwmys_DumpAllDatabases.ksh dump databases in //
SUPPORT
   MySql supported versions: 5.0 <= v <= 5.1

PARAMETERS
     -I  instance       : Target instance for mysqldump.
OPTIONS
     -h  help           : Display the full usage.
     -s                 : Display samples of usage.
     -P  Nb threads     : Number of threads in parallel (by default 2).
     -ID listdb         : Databases list for running le dump (by default all).
     -ED listdb         : Databases list to exclude du dump.
     -IL likeclause     : Like clause to generate databases list (example: 'db%').
     -EL likeclause     : Like clause to exclude databases (example: 'nodb%').
     -HI Nb_Generations : Number of generations to keep (by default 2).
     -WCD  whereclause  : Where clause to generate databases list.
     -AGR  Nb sec       : Nb of seconds between two run (by default 1s).
     -AGE  Nb sec       : Nb of seconds between two check of end (by default 1s).
     -FRT  return_code  : Force return code value on error.
     -Dist              : For distant connection to database (change $gvsqw_ConnectString to $gvsqw_DistConnectString ).
     -NoMail            : Desactivate sendmail on error default@dbsqware.com (by default, send on error).
     -Exec              : Execute commands (default, display generated commands)