9 lines
157 B
Bash
9 lines
157 B
Bash
#!/bin/sh
|
|
source "/scripts/borgBackup.sh"
|
|
source "/scripts/functions.sh"
|
|
|
|
url=${PFSENSE_SCHEME}://${PFSENSE_IP}
|
|
timestamp=$(date +%Y%m%d%H%M%S)
|
|
|
|
run_backups
|