Template:SQWareProduction sqwmsq BackupAllDatabases.ksh help

From Wiki_dbSQWare
Revision as of 22:17, 3 August 2018 by BatchUser (talk | contribs) (Updated by BatchUser)
Jump to: navigation, search
Sourcing sqwmsq_Global.lib v4.0.08 SQWareProduction for MsSql (dbSQWare) ... 

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

DESCRIPTION
   sqwmsq_BackupAllDatabases.ksh backup all databases in //
SUPPORT
   MsSql supported versions: 2000 <= v <= 2017

PARAMETERS
     -S|-I  Instance    : Target instance (freeTds alias) to backup.
OPTIONS
     -h   help          : 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 (default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
     -ID  listdb        : Databases list to include.
     -ED  listdb        : Databases list 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.
     -SMS SizeMax       : Size Max Stripe (default 40000 Mo).
     -SBS SizeStat      : Size of backup stats (default: Statisticss=10).
     -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).
     -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 'pmexpdba@gmail.com'.
     -PurgeDiff         : Delete all diff and log backups.
     -SendReport        : Send execution log report.
     -Type type         : Type of backup full,diff,log,CopyOnly (defaut full).
     -NoMail            : Desactivate sendmail on error pmexpdba@gmail.com (by default, send on error).
     -Exec              : Execute commands (default, display generated commands)