Update backup.sh

This commit is contained in:
aaron 2024-04-12 12:22:44 +00:00
parent 99e993e129
commit 9e66a32e9a

View File

@ -6,7 +6,7 @@ SERVER_IP="" # IP of remote server
INPUT_PATH="" # Absolute Path to backup
EXCLUDE_PATTERN="" # Relitive path to INPUT_PATH to Exclude, can be left as ""
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
DATE=$(date +%Y-%m-%d-%H-%M-%S)