Exclude Flamenco task logs when dumping the database.

This commit is contained in:
2017-09-07 15:52:57 +02:00
parent d5a55f71a7
commit 7dbd0c7896

View File

@@ -1,3 +1,3 @@
#!/bin/bash -ex
mongodump -h localhost:27018 -d cloud --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 --excludeCollection flamenco_task_logs