Template:SQWareProduction sqwmsq BackupAllDatabases.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
| (69 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwmsq_Global.lib | Can't find if env is 'SqlCmd' or 'FreeTds' ! | ||
Sourcing sqwmsq_Global.lib v2025.04 SQWareProduction for MsSql (dbSQWare) ... | |||
Usage: sqwmsq_BackupAllDatabases.ksh [-h] - | Usage: sqwmsq_BackupAllDatabases.ksh [-h] -I <FreeTdsAlias> [+ options] | ||
DESCRIPTION | DESCRIPTION | ||
sqwmsq_BackupAllDatabases.ksh backup all databases in | sqwmsq_BackupAllDatabases.ksh backup all databases in parallel | ||
SUPPORT | SUPPORT | ||
MsSql supported versions: 2000 <= v <= | MsSql supported versions: 2000 <= v <= 2022 | ||
PARAMETERS | PARAMETERS | ||
- | -I Instance : Target instance (freeTds alias) to backup. | ||
OPTIONS | OPTIONS | ||
-h | -h : Display the full usage. | ||
-s : Display samples of usage. | -s : Display samples of usage. | ||
-P Nb threads : Number of threads in parallel (by default 4). | -P Nb threads : Number of threads in parallel (by default 4). | ||
-BP path : Path to put backup (default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory'). | -BP path : Path to put backup (by default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory'). | ||
-ID listdb : | -ID listdb : List of databases to include. | ||
-ED listdb : | -ED listdb : List of databases to exclude. | ||
-IL likeclause : Like clause to generate databases list (example: 'db%'). | -IL likeclause : Like clause to generate databases list (example: 'db%'). | ||
-EL likeclause : Like clause to exclude databases (example: 'nodb%'). | -EL likeclause : Like clause to exclude databases (example: 'nodb%'). | ||
-HI Nb_Generations: Nb of generations to keep (by default 2). | -HI Nb_Generations: Nb of generations to keep (by default 2). | ||
-WCD whereclause : Where clause to generate databases list. | -WCD whereclause : Where clause to generate databases list. | ||
-SMS SizeMax : Size Max | -AllFull : Select all databases with RECOVERY=FULL. | ||
-SBS SizeStat : | -SMS SizeMax : Size Max of backup stripe (by default 40000 Mo). | ||
-PAR parfile : Parfile | -SBS SizeStat : Display progression of backups (by default: Statisticss=10). | ||
-AGR Nb_sec : Nb of seconds between two | -PAR parfile : Parfile to use. | ||
-AGE Nb_sec : Nb of seconds between two | -AGR Nb_sec : Nb of seconds between two runs (by default 5s). | ||
-AGE Nb_sec : Nb of seconds between two checks of end (by default 20s). | |||
-FRT return_code : Force return code value on error. | -FRT return_code : Force return code value on error. | ||
-REP : Repeat of failed backups (overwrite all other options). | -REP : Repeat of failed backups (overwrite all other options). | ||
-NoMail : | -AddMail email : Email address to add at 'demo-sqwarebox@dbsqware.com'. | ||
-Exec : Execute commands (default, display generated commands) | -ForceComp : Force the compression of backup file (only for 2008 R2 standard edition). | ||
-PurgeDiff : Delete all diff and log backups. | |||
-SendReport : Send execution log report. | |||
-Type type : Type of backup full,diff,log,CopyOnly (by default full). | |||
-NoMail : Deactivate sendmail on error demo-sqwarebox@dbsqware.com (by default, send on error). | |||
-Locale locale : Force Locale for help display (fr,en). | |||
-Exec : Execute commands (by default, display generated commands). | |||
</pre> | </pre> | ||
Revision as of 19:54, 23 April 2025
Can't find if env is 'SqlCmd' or 'FreeTds' !
Sourcing sqwmsq_Global.lib v2025.04 SQWareProduction for MsSql (dbSQWare) ...
Usage: sqwmsq_BackupAllDatabases.ksh [-h] -I <FreeTdsAlias> [+ options]
DESCRIPTION
sqwmsq_BackupAllDatabases.ksh backup all databases in parallel
SUPPORT
MsSql supported versions: 2000 <= v <= 2022
PARAMETERS
-I Instance : Target instance (freeTds alias) to backup.
OPTIONS
-h : Display the full usage.
-s : Display samples of usage.
-P Nb threads : Number of threads in parallel (by default 4).
-BP path : Path to put backup (by default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
-ID listdb : List of databases to include.
-ED listdb : List of databases to exclude.
-IL likeclause : Like clause to generate databases list (example: 'db%').
-EL likeclause : Like clause to exclude databases (example: 'nodb%').
-HI Nb_Generations: Nb of generations to keep (by default 2).
-WCD whereclause : Where clause to generate databases list.
-AllFull : Select all databases with RECOVERY=FULL.
-SMS SizeMax : Size Max of backup stripe (by default 40000 Mo).
-SBS SizeStat : Display progression of backups (by default: Statisticss=10).
-PAR parfile : Parfile to use.
-AGR Nb_sec : Nb of seconds between two runs (by default 5s).
-AGE Nb_sec : Nb of seconds between two checks of end (by default 20s).
-FRT return_code : Force return code value on error.
-REP : Repeat of failed backups (overwrite all other options).
-AddMail email : Email address to add at 'demo-sqwarebox@dbsqware.com'.
-ForceComp : Force the compression of backup file (only for 2008 R2 standard edition).
-PurgeDiff : Delete all diff and log backups.
-SendReport : Send execution log report.
-Type type : Type of backup full,diff,log,CopyOnly (by default full).
-NoMail : Deactivate sendmail on error demo-sqwarebox@dbsqware.com (by default, send on error).
-Locale locale : Force Locale for help display (fr,en).
-Exec : Execute commands (by default, display generated commands).