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
@@ -149,11 +151,15 @@ Run as Docker Container (Experimental)
149
151
ZBackup Archiving (Optional)
150
152
~~~~~~~
151
153
154
+
*Note: the ZBackup archive method is not yet compatible with the 'Upload' phase. Disable uploading by setting 'upload.method' to 'none' in the meantime.*
155
+
152
156
`ZBackup <http://zbackup.org/>`__ *(with LZMA compression)* is an optional archive method for mongodb_consistent_backup. This archive method significantly reduces disk usage for backups via deduplication and compression.
153
157
154
158
ZBackup offers block de-duplication and compression of backups and optionally supports AES-128 encryption at rest. The ZBackup archive method causes backups to be stored via ZBackup at archive time.
155
159
156
-
To enable, ZBackup must be installed on your system and the 'archive.method' config file variable *(or --archive.method flag=)* must be set to 'zbackup'. ZBackup's compression works best if compression is disabled in the backup phase, to do this set 'backup.<method>.compression' to 'none'.
160
+
To enable, ZBackup must be installed on your system and the 'archive.method' config file variable *(or --archive.method flag=)* must be set to 'zbackup'.
161
+
162
+
ZBackup's compression is most efficient when compression is disabled in the backup phase, to do this set 'backup.<method>.compression' to 'none'.
157
163
158
164
**Install on CentOS/RHEL**
159
165
@@ -178,7 +184,7 @@ ZBackup data is stored in a storage directory named *'mongodb_consistent_backup-
178
184
179
185
**Delete Backup from ZBackup**
180
186
181
-
To remove a backup, first delete the .tar file in 'backups' subdir of the ZBackup storage directory. After run a 'zbackup gc full' to remove unused data.
187
+
To remove a backup, first delete the .tar file in 'backups' subdir of the ZBackup storage directory. After, run a 'zbackup gc full' garbage collection to remove unused data.
182
188
183
189
::
184
190
@@ -189,6 +195,7 @@ Roadmap
189
195
~~~~~~~
190
196
191
197
- "Distributed Mode" for running backup on remote hosts *(vs. only on one host)*
198
+
- Upload compatibility for ZBackup archive phase *(upload unsupported today)*
192
199
- Backup retention/rotation *(eg: delete old backups)*
193
200
- Support more notification methods *(Prometheus, PagerDuty, etc)*
194
201
- Support more upload methods *(Google Cloud Storage, Rsync, etc)*
0 commit comments