(Grav GitSync) Automatic Commit from tanshu

This commit is contained in:
tanshu 2018-08-07 14:55:28 +00:00 committed by GitSync
parent 51869c3ba9
commit 3c17a874bd
1 changed files with 1 additions and 1 deletions

View File

@ -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`