From 768afd84c6f0644f899db450691a050e01c2a272 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 1 Sep 2021 20:40:07 +0200 Subject: backup-upload: export with show-sensitive This is available (and required) with RouterOS 7.1rc1. --- backup-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-upload b/backup-upload index 6aba3e7..c482b42 100644 --- a/backup-upload +++ b/backup-upload @@ -76,7 +76,7 @@ $WaitFullyConnected; # create configuration export :if ($BackupSendExport = true) do={ - / export terse file=$FilePath; + / export terse show-sensitive file=$FilePath; $WaitForFile ($FilePath . ".rsc"); :do { -- cgit v1.2.3-54-g00ecf