backup-db.sh now uses the new 'cloud' database

This commit is contained in:
Sybren A. Stüvel 2016-08-24 12:35:11 +02:00
parent 04c9c010f0
commit 1fe86fa000

View File

@ -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