mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
backup-upload: export with show-sensitive
This is available (and required) with RouterOS 7.1rc1.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user