diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-05 10:31:33 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | 050ccd490e423a641907065bb8711c7090898d10 (patch) | |
tree | cba09e20571350f6c1958261700631f17228b55d /backup-cloud.rsc | |
parent | 955ee8499b9fe63c332431c2a7fc0488bd2ac315 (diff) |
backup-cloud: add a short delay
Not sure it helps, but chances are...
Diffstat (limited to 'backup-cloud.rsc')
-rw-r--r-- | backup-cloud.rsc | 1 |
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 ]; |