mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-08 18:19:32 +00:00
email-backup: no example address, complain if missing
This commit is contained in:
parent
776f072415
commit
3f12730ed4
2 changed files with 6 additions and 2 deletions
|
|
@ -43,8 +43,8 @@
|
|||
:global BackupSendExport true;
|
||||
:global BackupPassword "v3ry-s3cr3t";
|
||||
# These addresses are used to send backup and config export files to.
|
||||
:global EmailBackupTo "mail@example.com";
|
||||
:global EmailBackupCc "another@example.com";
|
||||
:global EmailBackupTo "";
|
||||
:global EmailBackupCc "";
|
||||
# These credentials are used to upload backup and config export files.
|
||||
# SFTP authentication is tricky, you may have to limit authentication
|
||||
# methods for your SSH server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue