Mercurial > public > ssdt-docker
comparison scripts/remote-backup-existing.sh @ 330:20f86a321306
fixing .sh status
author | aldrich@ssdt-ohio.org |
---|---|
date | Mon, 13 Jan 2020 14:16:45 +0000 |
parents | 5014e2b0e5d3 |
children | aafdbfc9623b |
comparison
equal
deleted
inserted
replaced
329:5014e2b0e5d3 | 330:20f86a321306 |
---|---|
2 # This is similar to the remote backup script except it uses an existing database backup | 2 # This is similar to the remote backup script except it uses an existing database backup |
3 # MCOECN personnel used the basic script and modified it | 3 # MCOECN personnel used the basic script and modified it |
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 | |
8 # The file will also be placed on the specified remote target | 7 # The file will also be placed on the specified remote target |
9 # 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. |
10 # | 9 # |
11 # | 10 # |
12 # This will send both usasdb and uspsdb, | 11 # This will send both usasdb and uspsdb, |