From 1c1e0552bfb3d61422ddde24f29ffaaca68d631b Mon Sep 17 00:00:00 2001 From: gru Date: Sun, 23 Feb 2025 00:44:31 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e012433..727313e 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,19 @@ # RouterOS backup system -1. Instalation: +# Instalation: - clone (to ex. /opt/routeros_backup) - create venv - install requirements via pip - copy systemd service (routeros_backup.service) -2. Start +# Start - systemctl start routeros_backup.service - - go to http://:5581 + - go to http://IPADDRESS:5581 -3. Register, Login +# Register, Login -4. Configure devices, keys, backups +# Configure devices, keys, backups, crons -5. Done ## Authors