Difference between revisions of "SQWareProduction:mssql:bin:sqwmsq BackupAllDatabases.ksh"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by Expdbtools)
m (Updated by BatchUser)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{SQWareProductionBinHelp|mssql|Msq|msq|sqwmsq_BackupAllDatabases.ksh|
 
{{SQWareProductionBinHelp|mssql|Msq|msq|sqwmsq_BackupAllDatabases.ksh|
Run sqwmsq_BackupDatabase.ksh in // for all databases
+
{{SQWareProduction_sqwmsq_BackupAllDatabases.ksh_presentation}}
 
|
 
|
<pre>
+
{{SQWareProduction_sqwmsq_BackupAllDatabases.ksh_help}}
 
 
Usage: sqwmsq_BackupAllDatabases.ksh [-h] -S <FreeTdsAlias> [+ options]
 
 
 
DESCRIPTION
 
  sqwmsq_BackupAllDatabases.ksh backup all databases in //
 
 
 
PARAMETERS
 
    -S  Instance      : Target instance (freeTds alias) to backup.
 
OPTIONS
 
    -ID  listdb        : Databases list to include (by default all).
 
    -ED  listdb        : Databases list to exclude.
 
    -P  Nb threads    : Number of threads in parallel (by default 4).
 
    -REP              : Repeat of failed backups (overwrite all other options).
 
    -HI Nb_Generations : Nb of generations to keep (by default 2).
 
    -SMS SizeMax      : Size Max Stripe (default 40000 Mo).
 
    -PAR  parfile      : Parfile file for databases list.
 
    -AGR  Nb sec      : Nb of seconds between two run (by default 5s).
 
    -AGE  Nb sec      : Nb of seconds between two check of end (by default 5s).
 
    -NoMail            : Desactivate sendmail on error dba (by default, send on error).
 
    -h  help          : Display the full usage.
 
    -Exec              : Execute commands (default, display generated commands)
 
 
 
</pre>
 
{{SQWareProductionWarExec}}
 
 
|
 
|
 
<pre>
 
<pre>
Lack 'FreeTdsAlias' parameter, Usage: sqwmsq_BackupAllDatabases.ksh [-h]  -S <FreeTdsAlias> [+ options]
 
For full help : sqwmsq_BackupAllDatabases.ksh -h
 
 
</pre>
 
</pre>
 
|
 
|
 
<pre>
 
<pre>
No send mail because you are in connected mode !!!
+
Not sending mail because you are in connected mode !!!
Lack 'FreeTdsAlias' parameter
+
Error, ExecEnvType='LinuxKO' ...
 
</pre>
 
</pre>
 
|
 
|
Voici quelques exemples d'utilisations:<br>
+
{{SQWareProduction_sqwmsq_BackupAllDatabases.ksh_example}}
$gvsqw_MsqBin/sqwmsq_BackupAllDatabases.ksh -h
 
*=> Sort l'aide en ligne
 
$gvsqw_MsqBin/sqwmsq_BackupAllDatabases.ksh -S <InstanceName> -NoMail
 
*=> N'envoi pas de mail sur erreur
 
$gvsqw_MsqBin/sqwmsq_BackupAllDatabases.ksh -S <InstanceName> -Exec
 
*=> Execute les commandes générées
 
$gvsqw_MsqBin/sqwmsq_BackupAllDatabases.ksh -S <InstanceName>
 
*=> Génère les commandes mais ne les exécute pas.
 
 
}}
 
}}

Latest revision as of 08:35, 24 December 2024

Presentation

Script $gvsqw_MsqBin/sqwmsq_BackupAllDatabases.ksh :




Online help

The online help is available for most scripts with the -h option.
Ex: $gvsqw_MsqBin/sqwmsq_BackupAllDatabases.ksh -h
Content of this assistance :

Can't find if env is 'SqlCmd' or 'FreeTds' !
Sourcing sqwmsq_Global.lib v2024.08 SQWareProduction for MsSql (dbSQWare) ... 

Run sqwmsq_BackupAllDatabases.ksh -h : 2024-12-24 08:36:35

__________________________________________________________________
Program informations
SqwVersion=2024.08 / 2024.08
2024-12-24 08:36:35
Copyright 2010-2024, dbSQWare (www.dbsqware.com)
Linux dbsqware02 4.15.18-21-pve #1 SMP PVE 4.15.18-48 (Fri, 20 Sep 2019 11:28:30 +0200) x86_64 GNU/Linux
gvsqw_GenPath=/home/dbsqware/dbSQWare/SQWareProduction/mssql/bin
Path=/home/dbsqware/dbSQWare/SQWareProduction/mssql/bin
./sqwmsq_BackupAllDatabases.ksh -h
dbsqware@dbsqware02

sqwmsq_BackupAl,dbsqware ./sqwmsq_BackupAllDatabases.ksh -h
  `-pstree -aul 20722

__________________________________________________________________


Not sending mail because you are in connected mode !!!
Error, ExecEnvType='LinuxKO' ...

Begining     : 2024-12-24 08:36:35
End          : 2024-12-24 08:36:35
Duration     : 00:00:00 
Nuvola apps information.png
Note:
To be sure the aid is accurate, refer directly to the online help script -h option.


Error management

Errors passing arguments

This type of message is generated:


If you are connecting through a terminal, no mail will be sent and you will have more this kind of message:

Not sending mail because you are in connected mode !!!
Error, ExecEnvType='LinuxKO' ...

If you are not connected to a terminal, the error message appears and is sent by mail to the address contained in the variable $gvsqw_GlobalMail (See help customize this variable). The subject line will always start by "$gvsqw_MailMsg_mssql : " (See help customize this variable).

Nuvola apps information.png
Note:
Sending mail can be disabled by the option -NoMail for one execution.


Execution errors

Whether you are or not connected to a terminal, the error message appears and an email containing a summary of treatment errors is sent to the address contained in the variable $gvsqw_Mail_mssql (See help customize this variable). The subject line will always start by "$gvsqw_MailMsg_mssql : " (See help customize this variable).

Nuvola apps information.png
Note:
Sending mail can be disabled by the option -NoMail for one execution.


Usage examples

Can't find if env is 'SqlCmd' or 'FreeTds' !
Sourcing sqwmsq_Global.lib v2024.08 SQWareProduction for MsSql (dbSQWare) ... 

Run sqwmsq_BackupAllDatabases.ksh -s : 2024-12-24 08:35:38

__________________________________________________________________
Program informations
SqwVersion=2024.08 / 2024.08
2024-12-24 08:35:38
Copyright 2010-2024, dbSQWare (www.dbsqware.com)
Linux dbsqware02 4.15.18-21-pve #1 SMP PVE 4.15.18-48 (Fri, 20 Sep 2019 11:28:30 +0200) x86_64 GNU/Linux
gvsqw_GenPath=/home/dbsqware/dbSQWare/SQWareProduction/mssql/bin
Path=/home/dbsqware/dbSQWare/SQWareProduction/mssql/bin
./sqwmsq_BackupAllDatabases.ksh -s
dbsqware@dbsqware02

sqwmsq_BackupAl,dbsqware ./sqwmsq_BackupAllDatabases.ksh -s
  `-pstree -aul 5514

__________________________________________________________________


Not sending mail because you are in connected mode !!!
Error, ExecEnvType='LinuxKO' ...

Begining     : 2024-12-24 08:35:38
End          : 2024-12-24 08:35:38
Duration     : 00:00:00 
Nuvola apps information.png
Note:
To be sure the examples are accurate, refer directly to the online help script -s option.