Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We use the following script to create a backup from remote, and then copy it (pull) to our backup server via SCP (sorry tabs got lost in the copy process here):function run_configdb_backup() {
export VMANAGE_HOST=$1
export VMANAGE_USE...