|
@@ -1,23 +1,25 @@
|
|
scheduler:
|
|
scheduler:
|
|
# run every day at 6:00 and 18:00 UTC
|
|
# run every day at 6:00 and 18:00 UTC
|
|
- cron: "50 7,18 */1 * *"
|
|
|
|
|
|
+ # 北京时间每天两点
|
|
|
|
+ cron: "0 16 */1 * *"
|
|
# number of backups to keep locally
|
|
# number of backups to keep locally
|
|
retention: 14
|
|
retention: 14
|
|
# backup operation timeout in minutes
|
|
# backup operation timeout in minutes
|
|
timeout: 60
|
|
timeout: 60
|
|
target:
|
|
target:
|
|
# mongod IP or host name
|
|
# mongod IP or host name
|
|
- host: "3dshow1-mongo"
|
|
|
|
|
|
+ host: "box-mongo"
|
|
# mongodb port
|
|
# mongodb port
|
|
port: 27017
|
|
port: 27017
|
|
# mongodb database name, leave blank to backup all databases
|
|
# mongodb database name, leave blank to backup all databases
|
|
- database: "3dshow1"
|
|
|
|
|
|
+ database: ""
|
|
# leave blank if auth is not enabled
|
|
# leave blank if auth is not enabled
|
|
username: "root"
|
|
username: "root"
|
|
- password: "3dshow1"
|
|
|
|
|
|
+ password: "boxcost"
|
|
# add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
|
|
# add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
|
|
params: "--authenticationDatabase admin"
|
|
params: "--authenticationDatabase admin"
|
|
# params: "--ssl --authenticationDatabase admin"
|
|
# params: "--ssl --authenticationDatabase admin"
|
|
|
|
|
|
- # mongodb://root:3dshow@124.71.139.24:37031/3dshow?authSource=admin
|
|
|
|
- # mongodb://root:3dshow1@127.0.0.1:37032/3dshow1?authSource=admin
|
|
|
|
|
|
+ # 对应数据库配置
|
|
|
|
+ # mongodb://root:boxcost@box-mongo:27017/box-cost?authSource=admin
|
|
|
|
+ # mongodb://root:boxcost@box-mongo:27017/box-user?authSource=admin
|