From 35d10f80f503a92ef7d7004ecac196267ee3946e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 1 Sep 2021 20:38:14 +0200 Subject: backup-email: export with show-sensitive This is available (and required) with RouterOS 7.1rc1. --- backup-email | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- cgit v1.2.3-54-g00ecf