You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
mongodb_backup_path: "{{ mongodb_storage_dbpath }}/backup"# Local path to mongodump, or PBM path to backups # Do not use "/" in the end of directories
199
199
mongodb_backup_path_hot_storage : "{{ mongodb_backup_path }}/storage"# Path to storage mongodump backup, or path to PBM Hot Backups when use PBM # Do not use "/" in the end of directories
200
+
mongodb_backup_store_days: 0# if the value is 0, the script will not copy the backups to the storage directory, and will keep only one local copy (mongodump).
0 commit comments