diff --git a/backup-db.sh b/backup-db.sh index 14db8720..313fd704 100755 --- a/backup-db.sh +++ b/backup-db.sh @@ -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