4 lines
112 B
Bash
4 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mongodump -h localhost:27018 -d eve --out dump/$(date +'%Y-%m-%d-%H%M') --excludeCollection tokens
|