mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 09:25:42 +02:00
doc/backup-email: RouterOS v7 path syntax
This commit is contained in:
parent
71680aa1b8
commit
81b0ed6675
1 changed files with 4 additions and 4 deletions
|
@ -9,8 +9,8 @@ Send backup via e-mail
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
This script sends binary backup (`/ system backup save`) and complete
|
This script sends binary backup (`/system/backup/save`) and complete
|
||||||
configuration export (`/ export terse show-sensitive`) via e-mail.
|
configuration export (`/export terse show-sensitive`) via e-mail.
|
||||||
|
|
||||||
Requirements and installation
|
Requirements and installation
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
@ -36,11 +36,11 @@ Usage and invocation
|
||||||
|
|
||||||
Just run the script:
|
Just run the script:
|
||||||
|
|
||||||
/ system script run backup-email;
|
/system/script/run backup-email;
|
||||||
|
|
||||||
Creating a scheduler may be an option:
|
Creating a scheduler may be an option:
|
||||||
|
|
||||||
/ system scheduler add interval=1w name=backup-email on-event="/ system script run backup-email;" start-time=09:15:00;
|
/system/scheduler/add interval=1w name=backup-email on-event="/system/script/run backup-email;" start-time=09:15:00;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue