mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 09:44:33 +02:00
backup-email: export with show-sensitive
This is available (and required) with RouterOS 7.1rc1.
This commit is contained in:
parent
cdd607037e
commit
35d10f80f5
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue