diff --git a/backup-db.sh b/backup-db.sh index 66e15c9e..14db8720 100755 --- a/backup-db.sh +++ b/backup-db.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/bash -ex -mongodump -h localhost:27018 -d eve --out dump/$(date +'%Y-%m-%d-%H%M') --excludeCollection tokens +mongodump -h localhost:27018 -d cloud --out dump/$(date +'%Y-%m-%d-%H%M') --excludeCollection tokens