diff --git a/pages/10.mikrotik-backup-2/docs.md b/pages/10.mikrotik-backup-2/docs.md index 62ae6b6..93b746c 100644 --- a/pages/10.mikrotik-backup-2/docs.md +++ b/pages/10.mikrotik-backup-2/docs.md @@ -4,7 +4,7 @@ title: 'pfSense Backup' #### 1. Script for DDNS -Create the following script with name `/root/backup.sh` and make it executable with `chmod +x /root/backup.sh`. Replace the ? in the last scp command with the right IP Address +Create the following script with name `/root/backup.sh` and make it executable with `chmod +x /root/backup.sh`. Replace the `?` in the last scp command with the right IP Address ``` #!/bin/sh DATE=`date +%Y.%m.%d`