Skip to content

Commit

Permalink
updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LazG committed Feb 20, 2021
1 parent 219ae50 commit 8462aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone https://github.com/NetDevLazg/cisco-conf-log.git

### 4.After the env_varibales are updated we will update the "schedules.yml" file with the devices you want to backup the configurations. Please note the configs will be saved on /opt/cisco-conf-log/conf_bk/config_backups/

## NOTE: Please note that the cron time below means it will download the config every 5 minutes. Please adjust accordingly. If your only testing with a few devices then just leave as is and it will download the configs every 5 min. The download of the configs dont need to be often, everynight would be fine because when the tool detects a config change it will update the backed up configs on the server as well.
### NOTE: Please note that the cron time below means it will download the config every 5 minutes. Please adjust accordingly. If your only testing with a few devices then just leave as is and it will download the configs every 5 min. The download of the configs dont need to be often, everynight would be fine because when the tool detects a config change it will update the backed up configs on the server as well.

### If need help with the cron time you can use this tool: https://crontab-generator.org/
```schedules:
Expand Down Expand Up @@ -77,7 +77,7 @@ At this point, you need to check that the root cron jobs have been modified and
If you set up the tool to backup the configs overnight or on a specific date/time please wait until you see this is working before proceeding.


## NOTE: If you have a firewall enabled on the Ubuntu VM please make sure to allow port 514 UDP and 518 UDP
### NOTE: If you have a firewall enabled on the Ubuntu VM please make sure to allow port 514 UDP and 518 UDP

```
sudo ufw allow 514/udp
Expand Down

0 comments on commit 8462aa5

Please sign in to comment.