backup-upload: export with show-sensitive

This is available (and required) with RouterOS 7.1rc1.
This commit is contained in:
Christian Hesse 2021-09-01 20:40:07 +02:00
parent 35d10f80f5
commit 768afd84c6

View file

@ -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 {