diff options
author | Christian Hesse <mail@eworm.de> | 2022-05-11 09:50:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-05-12 11:04:00 +0200 |
commit | 71680aa1b8e57e621eb7f37467f1cf6d0c72af4d (patch) | |
tree | 7aa112b787aa33d1c04fea3753dd0d3ca6a819fb | |
parent | 6c2a7faedd0de6e01b0a4b9df078978722506b98 (diff) |
doc/backup-cloud: RouterOS v7 path syntax
-rw-r--r-- | doc/backup-cloud.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/backup-cloud.md b/doc/backup-cloud.md index 6a15688..b0dc3ef 100644 --- a/doc/backup-cloud.md +++ b/doc/backup-cloud.md @@ -45,11 +45,11 @@ Usage and invocation Just run the script: - / system script run backup-cloud; + /system/script/run backup-cloud; 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 -------- |