Template:SQWareProduction sqwmsq RestoreDatabase.ksh help: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
Line 1: Line 1:
<pre>
<pre>
Sourcing sqwmsq_Global.lib v3.1.14 SQWareProduction for MsSql (dbSQWare GPL v3) ...  
Sourcing sqwmsq_Global.lib v3.1-beta.05 SQWareProduction for MsSql (dbSQWare GPL v3) ...  


Usage: sqwmsq_RestoreDatabase.ksh [-h] -S <FreeTdsAlias> -DT <DatabaseName> [+ options]
Usage: sqwmsq_RestoreDatabase.ksh [-h] -S|-I <FreeTdsAlias> -DT <DatabaseName> [+ options]


DESCRIPTION
DESCRIPTION
Line 10: Line 10:


PARAMETERS
PARAMETERS
     -S  Instance       : Target instance (freeTds alias).
     -S|-I Instance   : Target instance (freeTds alias).
     -DT TargetDatabase : Target database to load.
     -DT TargetDatabase : Target database to Load.
OPTIONS
OPTIONS
     -h  help          : Display the full usage.
     -h  help          : Display the full usage.
     -s                : Display samples of usage.
     -s                : Display samples of usage.
     -F  filename      : Backup file to load ((by default take the latest).
     -F  filename      : Backup file to Load ((by default take the latest).
     -BP  path          : Path to find backup to load (default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
     -BP  path          : Path to find backup to Load (default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
     -DS  DatabaseSource: Database source (by default same than -DT).
     -DS  DatabaseSource: Database source (by default same than -DT).
     -BD  bck_date      : Date of dump (by default take the latest).
     -BD  bck_date      : Date of Dump (by default take the latest).
     -FRT return_code  : Force return code value on error.
     -FRT return_code  : Force return code value on error.
     -REP              : Insert into repeat file on error.
     -REP              : Insert into repeat file on error.
Line 24: Line 24:
     -Before script    : Script to execute before restore.
     -Before script    : Script to execute before restore.
     -After  script    : Script to execute after restore.
     -After  script    : Script to execute after restore.
    -AddMail email    : Email Address to add at 'default@dbsqware.com'.
    -SendReport        : Send execution log report.
     -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).
     -Exec              : Execute commands (default, display generated commands)
     -Exec              : Execute commands (default, display generated commands)


</pre>
</pre>

Revision as of 18:44, 5 April 2014

Sourcing sqwmsq_Global.lib v3.1-beta.05 SQWareProduction for MsSql (dbSQWare GPL v3) ... 

Usage: sqwmsq_RestoreDatabase.ksh [-h] -S|-I <FreeTdsAlias> -DT <DatabaseName> [+ options]

DESCRIPTION
   sqwmsq_RestoreDatabase.ksh restore database
SUPPORT
   MsSql supported versions: 2000 <= v <= 2012

PARAMETERS
     -S|-I  Instance    : Target instance (freeTds alias).
     -DT TargetDatabase : Target database to Load.
OPTIONS
     -h   help          : Display the full usage.
     -s                 : Display samples of usage.
     -F   filename      : Backup file to Load ((by default take the latest).
     -BP  path          : Path to find backup to Load (default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
     -DS  DatabaseSource: Database source (by default same than -DT).
     -BD  bck_date      : Date of Dump (by default take the latest).
     -FRT return_code   : Force return code value on error.
     -REP               : Insert into repeat file on error.
     -Type   type       : Type of restore full,inc (defaut full).
     -Before script     : Script to execute before restore.
     -After  script     : Script to execute after restore.
     -AddMail email     : Email Address to add at 'default@dbsqware.com'.
     -SendReport        : Send execution log report.
     -NoMail            : Desactivate sendmail on error default@dbsqware.com (by default, send on error).
     -Exec              : Execute commands (default, display generated commands)