comparison scripts/remote-backup-existing.sh @ 334:ea21046c5e57

testing
author aldrich
date Thu, 06 Feb 2020 12:28:14 +0000
parents aafdbfc9623b
children 9e38403ca597
comparison
equal deleted inserted replaced
333:e36bf4191e25 334:ea21046c5e57
5 # as with SSDT conventions for an application database. 5 # as with SSDT conventions for an application database.
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 #
11 # This will send both usasdb and uspsdb, 12 # This will send both usasdb and uspsdb,
12 # along with the top level contents of the project directory 13 # along with the top level contents of the project directory
13 #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
14 remoteTarget=${1:-$REMOTE_BACKUP_TARGET} 15 remoteTarget=${1:-$REMOTE_BACKUP_TARGET}