12 lines
194 B
Bash
Raw Normal View History

2015-08-08 21:04:55 -07:00
#!/bin/bash
#=====| General Options |======#
#default directory to backup
DEFAULTDIR="/home/${USER}"
BACKUPNAME="$(date +"%m_%d_%Y")"
#======| Network Options |=====#
PROTOCOL=
SERVERNAME=""