|
30 | 30 | * - excludedNamespaces |
31 | 31 | - array of strings |
32 | 32 | - Conditional |
33 | | - - |
34 | | - .. note:: |
35 | | - |
36 | | - |mms| accepts this parameter for backup jobs running MongoDB |
37 | | - |fcv-link| 4.0 or earlier. |mms| ignores this parameter when |
38 | | - backing up MongoDB databases running |fcv| 4.2 or later. |
39 | | - |
40 | | - List of database and collection names to *omit* from the backup. |
| 33 | + - List of database and collection names to *omit* from the backup. |
41 | 34 | Each string represents one namespace. Namespaces use one of the |
42 | 35 | following formats: |
43 | 36 |
|
44 | 37 | - **{database}** |
45 | 38 | - **{database}.{collection}**. |
46 | 39 |
|
| 40 | + |mms| accepts this parameter for backup jobs running MongoDB |
| 41 | + |fcv-link| 4.0 or earlier. |mms| ignores this parameter when |
| 42 | + backing up MongoDB databases running |fcv| 4.2 or later. |
| 43 | + |
47 | 44 | This parameter must meet the following conditions: |
48 | 45 |
|
49 | 46 | - |mms| accepts either this parameter or **includedNamespaces**, not |
|
64 | 61 | * - includedNamespaces |
65 | 62 | - array of strings |
66 | 63 | - Conditional |
67 | | - - |
68 | | - .. note:: |
69 | | - |
70 | | - |mms| accepts this parameter for backup jobs running MongoDB |
71 | | - |fcv-link| 4.0 or earlier. |mms| ignores this parameter when |
72 | | - backing up MongoDB databases running |fcv| 4.2 or later. |
73 | | - |
74 | | - List of database and collection names to *include* from the |
| 64 | + - List of database and collection names to *include* from the |
75 | 65 | backup. Each string represents one namespace. Namespaces use one |
76 | 66 | of the following formats: |
77 | 67 |
|
78 | 68 | - **{database}** |
79 | 69 | - **{database}.{collection}**. |
80 | 70 |
|
| 71 | + |mms| accepts this parameter for backup jobs running MongoDB |
| 72 | + |fcv-link| 4.0 or earlier. |mms| ignores this parameter when |
| 73 | + backing up MongoDB databases running |fcv| 4.2 or later. |
| 74 | + |
81 | 75 | This parameter must meet the following conditions: |
82 | 76 |
|
83 | 77 | - |mms| accepts either this parameter or **excludedNamespaces**, not |
|
0 commit comments