From b9c699b29f366c77757639858d57c0331853537e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Sep 2020 11:19:20 +0200 Subject: upload-backup: wait for file --- upload-backup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upload-backup b/upload-backup index 8d7dd28..b2b67a0 100644 --- a/upload-backup +++ b/upload-backup @@ -21,6 +21,7 @@ :global LogPrintExit; :global SendNotification; :global SymbolForNotification; +:global WaitForFile; :if ($BackupSendBinary != true && \ $BackupSendExport != true) do={ @@ -36,6 +37,7 @@ # binary backup :if ($BackupSendBinary = true) do={ / system backup save encryption=aes-sha256 name=$FileName password=$BackupPassword; + $WaitForFile ($FileName . ".backup"); :do { / tool fetch upload=yes url=($BackupUploadUrl . "/" . $FileName . ".backup") \ @@ -51,6 +53,7 @@ # create configuration export :if ($BackupSendExport = true) do={ / export terse file=$FileName; + $WaitForFile ($FileName . ".rsc"); :do { / tool fetch upload=yes url=($BackupUploadUrl . "/" . $FileName . ".rsc") \ -- cgit v1.2.3-54-g00ecf