aboutsummaryrefslogtreecommitdiffstats
path: root/email-backup
diff options
context:
space:
mode:
Diffstat (limited to 'email-backup')
-rw-r--r--email-backup2
1 files changed, 0 insertions, 2 deletions
diff --git a/email-backup b/email-backup
index be1f35f..dd9f423 100644
--- a/email-backup
+++ b/email-backup
@@ -29,14 +29,12 @@
# create binary backup
:if ($"backup-send-binary" = true) do={
/ system backup save name=$filename password=$"backup-password";
- / delay delay-time=10;
:set attach ( $attach, ($filename . ".backup") );
}
# create configuration export
:if ($"backup-send-export" = true) do={
/ export terse file=$filename;
- / delay delay-time=10;
:set attach ( $attach, ($filename . ".rsc") );
}