mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-30 15:55:34 +02:00
cloud-backup: add unit for size, add KiB
This commit is contained in:
parent
370d7c1a58
commit
0009c7fc65
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
("Uploaded backup for " . $Identity . " to cloud.\n\n" . \
|
||||
[ $DeviceInfo ] . "\n\n" . \
|
||||
"Name: " . $Cloud->"name" . "\n" . \
|
||||
"Size: " . $Cloud->"size" . "\n" . \
|
||||
"Size: " . $Cloud->"size" . " B (" . ($Cloud->"size" / 1024) . " KiB)\n" . \
|
||||
"Download key: " . $Cloud->"secret-download-key") "" "true";
|
||||
} on-error={
|
||||
$SendNotification ([ $SymbolForNotification "warning-sign" ] . "Cloud backup failed") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue