comparison scripts/remote-backup-existing.sh @ 336:dfae5707657d

testing remote
author aldrich
date Fri, 07 Feb 2020 16:27:11 +0000
parents 9e38403ca597
children
comparison
equal deleted inserted replaced
335:9e38403ca597 336:dfae5707657d
6 # 6 #
7 # The file will also be placed on the specified remote target 7 # The file will also be placed on the specified remote target
8 # The format of the output is a compressed pg_dump (sql) format. 8 # The format of the output is a compressed pg_dump (sql) format.
9 # Still needs tweaking 9 # Still needs tweaking
10 # 10 #
11 # testing changes 11 # testing changes additional
12 # This will send both usasdb and uspsdb, 12 # This will send both usasdb and uspsdb,
13 # along with the top level contents of the project directory 13 # along with the top level contents of the project directory
14 #Environment variables can be used for REMOTE_BACKUP_TARGET and REMOTE_USERNAME 14 #Environment variables can be used for REMOTE_BACKUP_TARGET and REMOTE_USERNAME
15 remoteTarget=${1:-$REMOTE_BACKUP_TARGET} 15 remoteTarget=${1:-$REMOTE_BACKUP_TARGET}
16 userName=${2:-$REMOTE_USERNAME} 16 userName=${2:-$REMOTE_USERNAME}