mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-18 00:29:05 +02:00
backup-cloud: add a short delay
Not sure it helps, but chances are...
This commit is contained in:
parent
955ee8499b
commit
050ccd490e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
# we are not interested in output, but print is
|
# we are not interested in output, but print is
|
||||||
# required to fetch information from cloud
|
# required to fetch information from cloud
|
||||||
/system/backup/cloud/print as-value;
|
/system/backup/cloud/print as-value;
|
||||||
|
:delay 20ms;
|
||||||
:if ([ :len [ /system/backup/cloud/find ] ] > 0) do={
|
:if ([ :len [ /system/backup/cloud/find ] ] > 0) do={
|
||||||
/system/backup/cloud/upload-file action=create-and-upload \
|
/system/backup/cloud/upload-file action=create-and-upload \
|
||||||
password=$BackupPassword replace=[ get ([ find ]->0) name ];
|
password=$BackupPassword replace=[ get ([ find ]->0) name ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue