aboutsummaryrefslogtreecommitdiffstats
path: root/backup-email
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-01-14 16:54:30 +0100
committerGravatar Christian Hesse <mail@eworm.de>2022-01-14 16:54:30 +0100
commitdb4afe28f06b5bc32cfe6f02b95f174888b3b6cc (patch)
tree0e568bee9fee737798196b2c212b1f52f9c698fa /backup-email
parent1089b7e7f9a6638c7783538f464916d16b3a6e87 (diff)
parent5135a413329ed401ae62ef6b4d05fe09fc0df2f7 (diff)
Merge branch 'routeros-v7' into next
Diffstat (limited to 'backup-email')
-rw-r--r--backup-email2
1 files changed, 1 insertions, 1 deletions
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"));