mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
set -eo pipefail
|
||
|
|
||
|
mkdir -p {{ unifi_root_dir }}/backup/mongo
|
||
|
mongodump --quiet --port 27117 --out {{ unifi_root_dir }}/backup/mongo
|