mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
email-backup: export terse
This commit is contained in:
parent
6e4d715937
commit
587fef5451
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@
|
|||
}
|
||||
|
||||
# create and email configuration export
|
||||
:if ($"backup-send-export"= true) do={
|
||||
/ export file=$filename;
|
||||
:if ($"backup-send-export" = true) do={
|
||||
/ export terse file=$filename;
|
||||
/ delay delay-time=10;
|
||||
/ tool e-mail send to=$"email-backup-to" cc=$"email-backup-cc" \
|
||||
subject=("[" . $identity . "] Config") \
|
||||
|
|
Loading…
Reference in a new issue