Skip to content

Commit b57ba4c

Browse files
authored
Update mongo-dump.sh
1 parent a77b6f1 commit b57ba4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backups/mongo-dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DATA_DIR="$(mktemp -d)"
1313

1414
trap "rm -rf $DATA_DIR" EXIT
1515

16-
log "Creating basebackup"
16+
log "Creating dump"
1717
mongodump --uri="$MONGODB_URI" -j $(nproc) --out="${DATA_DIR}"
1818

1919
log "Creating GZipped Tar Archive of backup"

0 commit comments

Comments
 (0)