aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-03-05 10:31:33 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-03-12 15:27:15 +0100
commit050ccd490e423a641907065bb8711c7090898d10 (patch)
treecba09e20571350f6c1958261700631f17228b55d
parent955ee8499b9fe63c332431c2a7fc0488bd2ac315 (diff)
backup-cloud: add a short delay
Not sure it helps, but chances are...
-rw-r--r--backup-cloud.rsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/backup-cloud.rsc b/backup-cloud.rsc
index 5dd4bf1..2846d75 100644
--- a/backup-cloud.rsc
+++ b/backup-cloud.rsc
@@ -49,6 +49,7 @@
# we are not interested in output, but print is
# required to fetch information from cloud
/system/backup/cloud/print as-value;
+ :delay 20ms;
:if ([ :len [ /system/backup/cloud/find ] ] > 0) do={
/system/backup/cloud/upload-file action=create-and-upload \
password=$BackupPassword replace=[ get ([ find ]->0) name ];