mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
email-backup: try without delay
This commit is contained in:
parent
a0fb616715
commit
65283ce76d
1 changed files with 0 additions and 2 deletions
|
@ -29,14 +29,12 @@
|
|||
# create binary backup
|
||||
:if ($"backup-send-binary" = true) do={
|
||||
/ system backup save name=$filename password=$"backup-password";
|
||||
/ delay delay-time=10;
|
||||
:set attach ( $attach, ($filename . ".backup") );
|
||||
}
|
||||
|
||||
# create configuration export
|
||||
:if ($"backup-send-export" = true) do={
|
||||
/ export terse file=$filename;
|
||||
/ delay delay-time=10;
|
||||
:set attach ( $attach, ($filename . ".rsc") );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue