Skip to content

Commit dead6b1

Browse files
Docs update #10
1 parent 6fafb83 commit dead6b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ZBackup Archiving (Optional)
147147

148148
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.
149149

150-
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'.
150+
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'. Backups get stored in a repository directory named *mongodb_consistent_backup-zbackup* and must be restored using a 'zbackup restore' command.
151151

152152
**Install on CentOS/RHEL**
153153

@@ -160,6 +160,12 @@ To enable, ZBackup must be installed on your system and the 'archive.method' con
160160
::
161161

162162
$ apt-get install zbackup
163+
164+
**Get Backup from ZBackup**
165+
166+
::
167+
168+
$ zbackup restore --password-file /etc/zbackup.passwd /mnt/backup/default/mongodb_consistent_backup-zbackup/backups/20170424_0000.tar
163169
164170
Roadmap
165171
~~~~~~~

0 commit comments

Comments
 (0)