modify MSSQL backups to get compressed post initial backup

This commit is contained in:
Dave Conroy
2023-11-05 07:45:52 -08:00
parent 5392bf5179
commit 0ba1989083
2 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# #### $1=EXIT_CODE (After running backup routine)
# #### $2=DB_TYPE (Type of Backup)
# #### $3=DB_HOST (Backup Host)
# #### #4=DB_NAME (Name of Database backed up
# #### #4=DB_NAME (Name of Database backed up)
# #### $5=BACKUP START TIME (Seconds since Epoch)
# #### $6=BACKUP FINISH TIME (Seconds since Epoch)
# #### $7=BACKUP TOTAL TIME (Seconds between Start and Finish)