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