aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-09-01 20:38:14 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-01-14 09:20:09 +0100
commit35d10f80f503a92ef7d7004ecac196267ee3946e (patch)
tree0cd615d3860c0ac3b2b5ae2a2dee711d5557c7a0
parentcdd607037eba0571dd137e9efa507353d88a81c8 (diff)
backup-email: export with show-sensitiverouteros-7.1rc1-2
This is available (and required) with RouterOS 7.1rc1.
-rw-r--r--backup-email2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-email b/backup-email
index bda9215..ccbd4de 100644
--- a/backup-email
+++ b/backup-email
@@ -62,7 +62,7 @@ $WaitFullyConnected;
# create configuration export
:if ($BackupSendExport = true) do={
- / export terse file=$FilePath;
+ / export terse show-sensitive file=$FilePath;
$WaitForFile ($FilePath . ".rsc");
:set ConfigFile ($FileName . ".rsc");
:set Attach ($Attach, ($FilePath . ".rsc"));