File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -88,15 +88,14 @@ checkpoint.
88
88
To take a mixed backup:
89
89
90
90
1. Issue :ref: `box.backup.start() <admin-backups-backup_start >` on the
91
- :ref: `administrative console <admin-security >`. This will suspend
92
- garbage collection till the next ``box.backup.stop() `` and
93
- will return a list of files to back up.
91
+ :ref: `administrative console <admin-security >`. This will return a list of
92
+ files to back up and suspend garbage collection of them till the next ``box.backup.stop() ``.
94
93
95
94
2. Copy the files from the list to a safe location. This will include memtx
96
95
snapshot files, vinyl run and index files, at a state consistent with the
97
96
last checkpoint.
98
97
99
- 3. Issue ``box.backup.stop() `` so the garbage collector can continue.
98
+ 3. Issue ``box.backup.stop() `` so the garbage collector can continue as usual .
100
99
101
100
.. _admin-backups-cont_remote_backup_memtx :
102
101
You can’t perform that action at this time.
0 commit comments