Mercurial > public > ssdt-docker
comparison scripts/remote-backup-existing.sh @ 335:9e38403ca597
testing remote
author | aldrich |
---|---|
date | Fri, 07 Feb 2020 16:22:14 +0000 |
parents | ea21046c5e57 |
children | dfae5707657d |
comparison
equal
deleted
inserted
replaced
334:ea21046c5e57 | 335:9e38403ca597 |
---|---|
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 # testing changes |
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} |