Skip to content

Commit 2ade3c4

Browse files
author
Vladimir I
committed
Partial Fix gh-869 Сonfusing wording in box.backup page
Fixed description regarding garbage collection in backup.start()
1 parent de2e649 commit 2ade3c4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/book/admin/backups.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,14 @@ checkpoint.
8888
To take a mixed backup:
8989

9090
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()``.
9493

9594
2. Copy the files from the list to a safe location. This will include memtx
9695
snapshot files, vinyl run and index files, at a state consistent with the
9796
last checkpoint.
9897

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.
10099

101100
.. _admin-backups-cont_remote_backup_memtx:
102101

0 commit comments

Comments
 (0)