15 lines
534 B
Plaintext
15 lines
534 B
Plaintext
IFS=$'\n'
|
|
|
|
NOW=$(date +"%Y-%m-%d_%H:%M")
|
|
LOG="/root/backup_$NOW.log"
|
|
|
|
LUKS_PASS_URL="192.168.1.199:9999/andthepasswordis"
|
|
LUKS_PASS=""
|
|
|
|
USB_DISK=""
|
|
USB_PARTITION=""
|
|
USB_MOUNT="/mnt/usb"
|
|
|
|
MAIL_RECIPIENT="ste.vaidis@gmail.com"
|
|
|