mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
doc/backup-cloud: RouterOS v7 path syntax
This commit is contained in:
parent
6c2a7faedd
commit
71680aa1b8
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@ Usage and invocation
|
||||||
|
|
||||||
Just run the script:
|
Just run the script:
|
||||||
|
|
||||||
/ system script run backup-cloud;
|
/system/script/run backup-cloud;
|
||||||
|
|
||||||
Creating a scheduler may be an option:
|
Creating a scheduler may be an option:
|
||||||
|
|
||||||
/ system scheduler add interval=1w name=backup-cloud on-event="/ system script run backup-cloud;" start-time=09:20:00;
|
/system/scheduler/add interval=1w name=backup-cloud on-event="/system/script/run backup-cloud;" start-time=09:20:00;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue