Mercurial > public > ssdt-docker
comparison scripts/remote-backup-existing.sh @ 332:aafdbfc9623b
testing
author | aldrich |
---|---|
date | Wed, 22 Jan 2020 09:55:48 -0500 |
parents | 20f86a321306 |
children | ea21046c5e57 |
comparison
equal
deleted
inserted
replaced
331:c40a6fa09bed | 332:aafdbfc9623b |
---|---|
4 # The current directory is expected to contain a project configured | 4 # The current directory is expected to contain a project configured |
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 # | 9 # Still needs tweaking |
10 # | 10 # |
11 # This will send both usasdb and uspsdb, | 11 # This will send both usasdb and uspsdb, |
12 # along with the top level contents of the project directory | 12 # along with the top level contents of the project directory |
13 #Environment variables can be used for REMOTE_BACKUP_TARGET and REMOTE_USERNAME | 13 #Environment variables can be used for REMOTE_BACKUP_TARGET and REMOTE_USERNAME |
14 remoteTarget=${1:-$REMOTE_BACKUP_TARGET} | 14 remoteTarget=${1:-$REMOTE_BACKUP_TARGET} |