Mercurial > public > ssdt-docker
annotate scripts/backup-inventory.sh @ 397:886a7dc796b8
INV-197 make display of IRN conditional as workflowdb has no access to this property
author | Matt Calmes <calmes@ssdt-ohio.org> |
---|---|
date | Thu, 28 Oct 2021 07:50:01 -0400 |
parents | 4e42c10e3c0d |
children |
rev | line source |
---|---|
388
23d40b345e1e
INV-197 create db backup helper scripts for inventory and workflow
Matt Calmes <calmes@ssdt-ohio.org>
parents:
diff
changeset
|
1 #!/bin/bash |
23d40b345e1e
INV-197 create db backup helper scripts for inventory and workflow
Matt Calmes <calmes@ssdt-ohio.org>
parents:
diff
changeset
|
2 |
23d40b345e1e
INV-197 create db backup helper scripts for inventory and workflow
Matt Calmes <calmes@ssdt-ohio.org>
parents:
diff
changeset
|
3 source "${SSDT_SCRIPTS:-$(dirname "${BASH_SOURCE[0]}")}/.functions.sh" |
23d40b345e1e
INV-197 create db backup helper scripts for inventory and workflow
Matt Calmes <calmes@ssdt-ohio.org>
parents:
diff
changeset
|
4 |
389
4e42c10e3c0d
INV-197 update db backup helper scripts for inventory and workflow
Matt Calmes <calmes@ssdt-ohio.org>
parents:
388
diff
changeset
|
5 ${SSDT_SCRIPTS}/backup-container-docker.sh invdb ${1} |
388
23d40b345e1e
INV-197 create db backup helper scripts for inventory and workflow
Matt Calmes <calmes@ssdt-ohio.org>
parents:
diff
changeset
|
6 |