You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,10 +137,10 @@ $ cat post-script.sh
137
137
## $7=FILESIZE (Filesize of backup)
138
138
## $8=MD5_RESULT (MD5Sum if enabled)
139
139
140
-
echo"${1} Backup Completed on ${2} for ${3} on ${4}${5}. Filename: ${5} Size: ${6}MD5: ${7}"
140
+
echo"${1} Backup Completed on ${2} for ${3} on ${4}${5}. Filename: ${6} Size: ${7} bytes MD5: ${8}"
141
141
````
142
142
Outputs the following on the console:
143
143
144
144
`mysql Backup Completed on example-db for example on 2020-04-22 05:19:10. Filename: mysql_example_example-db_20200422-051910.sql.bz2 Size: 7795 bytes MD5: 952fbaafa30437494fdf3989a662cd40`
145
145
146
-
If you wish to change the size value from bytes to megabytes set environment variable `SIZE_VALUE=megabytes`
146
+
If you wish to change the size value from bytes to megabytes set environment variable `SIZE_VALUE=megabytes`
0 commit comments