templates/cli/utility/database/mongodb in backup-3.0.20 vs templates/cli/utility/database/mongodb in backup-3.0.21

- old
+ new

@@ -9,6 +9,10 @@ db.port = 5432 db.ipv6 = false db.only_collections = ['only', 'these' 'collections'] db.additional_options = [] db.lock = false + # Optional: Use to set the location of these utilities + # if they cannot be found by their name in your $PATH + # db.mongodump_utility = '/opt/local/bin/mongodump' + # db.mongo_utility = '/opt/local/bin/mongo' end