Update backup.sh
This commit is contained in:
parent
99e993e129
commit
9e66a32e9a
@ -6,7 +6,7 @@ SERVER_IP="" # IP of remote server
|
|||||||
INPUT_PATH="" # Absolute Path to backup
|
INPUT_PATH="" # Absolute Path to backup
|
||||||
EXCLUDE_PATTERN="" # Relitive path to INPUT_PATH to Exclude, can be left as ""
|
EXCLUDE_PATTERN="" # Relitive path to INPUT_PATH to Exclude, can be left as ""
|
||||||
REMOTE_USER="" # User on remote server
|
REMOTE_USER="" # User on remote server
|
||||||
REMOTE_PATH= # Absolute Path on the remote server to backup to. If path has a ' ' in it dont use qotes
|
REMOTE_PATH= # Absolute Path on the remote server to backup to. If path has a ' ' in it dont use "" or ''
|
||||||
|
|
||||||
# Sets Varibles for log files
|
# Sets Varibles for log files
|
||||||
DATE=$(date +%Y-%m-%d-%H-%M-%S)
|
DATE=$(date +%Y-%m-%d-%H-%M-%S)
|
||||||
|
Loading…
Reference in New Issue
Block a user