mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
doc/backup-upload: RouterOS v7 path syntax
This commit is contained in:
@@ -9,7 +9,7 @@ Upload backup to server
|
|||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
This script uploads binary backup (`/ system backup save`) and complete
|
This script uploads binary backup (`/system/backup/save`) and complete
|
||||||
configuration export (`/export terse show-sensitive`) to external server.
|
configuration export (`/export terse show-sensitive`) to external server.
|
||||||
|
|
||||||
> ⚠️ **Warning**: The used command can hit errors that a script can not handle.
|
> ⚠️ **Warning**: The used command can hit errors that a script can not handle.
|
||||||
@@ -60,11 +60,11 @@ Usage and invocation
|
|||||||
|
|
||||||
Just run the script:
|
Just run the script:
|
||||||
|
|
||||||
/ system script run backup-upload;
|
/system/script/run backup-upload;
|
||||||
|
|
||||||
Creating a scheduler may be an option:
|
Creating a scheduler may be an option:
|
||||||
|
|
||||||
/ system scheduler add interval=1w name=backup-upload on-event="/ system script run backup-upload;" start-time=09:25:00;
|
/system/scheduler/add interval=1w name=backup-upload on-event="/system/script/run backup-upload;" start-time=09:25:00;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
Reference in New Issue
Block a user