mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-01 00:34:29 +02: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
|
# create binary backup
|
||||||
:if ($"backup-send-binary" = true) do={
|
:if ($"backup-send-binary" = true) do={
|
||||||
/ system backup save name=$filename password=$"backup-password";
|
/ system backup save name=$filename password=$"backup-password";
|
||||||
/ delay delay-time=10;
|
|
||||||
:set attach ( $attach, ($filename . ".backup") );
|
:set attach ( $attach, ($filename . ".backup") );
|
||||||
}
|
}
|
||||||
|
|
||||||
# create configuration export
|
# create configuration export
|
||||||
:if ($"backup-send-export" = true) do={
|
:if ($"backup-send-export" = true) do={
|
||||||
/ export terse file=$filename;
|
/ export terse file=$filename;
|
||||||
/ delay delay-time=10;
|
|
||||||
:set attach ( $attach, ($filename . ".rsc") );
|
:set attach ( $attach, ($filename . ".rsc") );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue