Difference between revisions of "Template:SQWareProduction sqwsyb DumpDatabase.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwsyb_Global.lib v3.1. | + | Sourcing sqwsyb_Global.lib v3.1-beta.05 SQWareProduction for Sybase (dbSQWare GPL v3) ... |
− | Usage: sqwsyb_DumpDatabase.ksh [-h] -S <dataserver> [+ options] | + | Usage: sqwsyb_DumpDatabase.ksh [-h] -S|-I <dataserver> [+ options] |
DESCRIPTION | DESCRIPTION | ||
− | sqwsyb_DumpDatabase.ksh | + | sqwsyb_DumpDatabase.ksh Dump $DumpType |
SUPPORT | SUPPORT | ||
Sybase supported versions: 12.5 <= v <= 15.7 | Sybase supported versions: 12.5 <= v <= 15.7 | ||
PARAMETERS | PARAMETERS | ||
− | -S dataserver | + | -S|-I dataserver : Target dataserver. |
-D database : Database name. | -D database : Database name. | ||
OPTIONS | OPTIONS | ||
Line 17: | Line 17: | ||
-NS Nb stripe : Force number of stripe. | -NS Nb stripe : Force number of stripe. | ||
-HI Nb : Nb of generations to keep (by default 2). | -HI Nb : Nb of generations to keep (by default 2). | ||
+ | -RD directory : Directory to put Dump file (default /$(echo ${HOME}|cut -d/ -f2)/syb_dump/$DSQUERY). | ||
-CL Level : Compression level (by default 1). | -CL Level : Compression level (by default 1). | ||
-CR Rate : Estimated rate of compression (by default 22). | -CR Rate : Estimated rate of compression (by default 22). | ||
-SMS Size : Size max of a strip in Mo (by default 4096). | -SMS Size : Size max of a strip in Mo (by default 4096). | ||
-FRT return_code : Force return code value on error. | -FRT return_code : Force return code value on error. | ||
+ | -OldSyntax : Force old syntax for Dump (by default, 'NewSyntax'). | ||
+ | -NewSyntax : Force new syntax for Dump (by default, 'NewSyntax'). | ||
+ | -NoSyslogins : No backup syslogins table. | ||
-NoMail : Desactivate sendmail on error default@dbsqware.com (by default, send on error). | -NoMail : Desactivate sendmail on error default@dbsqware.com (by default, send on error). | ||
− | -Type type : Type of | + | -AddMail email : Email Address to add at 'default@dbsqware.com'. |
− | -Exec : Run | + | -SendReport : Send execution log report. |
+ | -CrossPlatform : Put db in 'single user' mode and execute sp_flushStatisticss before Dump. | ||
+ | -Type type : Type of Dump full,inc,stb,fstb (default full). | ||
+ | -Exec : Run Dump $DumpType (default, display generated commands). | ||
</pre> | </pre> |
Revision as of 17:45, 5 April 2014
Sourcing sqwsyb_Global.lib v3.1-beta.05 SQWareProduction for Sybase (dbSQWare GPL v3) ... Usage: sqwsyb_DumpDatabase.ksh [-h] -S|-I <dataserver> [+ options] DESCRIPTION sqwsyb_DumpDatabase.ksh Dump $DumpType SUPPORT Sybase supported versions: 12.5 <= v <= 15.7 PARAMETERS -S|-I dataserver : Target dataserver. -D database : Database name. OPTIONS -h help : Display the full usage. -s : Display samples of usage. -NS Nb stripe : Force number of stripe. -HI Nb : Nb of generations to keep (by default 2). -RD directory : Directory to put Dump file (default /$(echo ${HOME}|cut -d/ -f2)/syb_dump/$DSQUERY). -CL Level : Compression level (by default 1). -CR Rate : Estimated rate of compression (by default 22). -SMS Size : Size max of a strip in Mo (by default 4096). -FRT return_code : Force return code value on error. -OldSyntax : Force old syntax for Dump (by default, 'NewSyntax'). -NewSyntax : Force new syntax for Dump (by default, 'NewSyntax'). -NoSyslogins : No backup syslogins table. -NoMail : Desactivate sendmail on error default@dbsqware.com (by default, send on error). -AddMail email : Email Address to add at 'default@dbsqware.com'. -SendReport : Send execution log report. -CrossPlatform : Put db in 'single user' mode and execute sp_flushStatisticss before Dump. -Type type : Type of Dump full,inc,stb,fstb (default full). -Exec : Run Dump $DumpType (default, display generated commands).