Skip to content

Commit ffb0463

Browse files
author
Vladimir I
committed
Fix gh-869 Сonfusing wording in box.backup page
Changed wording after dicussion
1 parent 4fb111c commit ffb0463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/1.10/book/admin/backups.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ backup.start() and backup.stop()
2121

2222
Two functions are helpful for backups in certain situations.
2323

24-
``box.backup.start()`` informs the server that some activities
25-
that might interfere with backup should be suspended (suspend checkpointing,
26-
Tarantool garbage collection etc) and returns a table with the names of
24+
``box.backup.start()`` informs the server that activities related to the removal
25+
of outdated backups must be suspended and returns a table with the names of
2726
snapshot and vinyl files that should be copied. Example:
2827

2928
.. code-block:: tarantoolsession
@@ -39,7 +38,8 @@ snapshot and vinyl files that should be copied. Example:
3938
.. NOTE::
4039

4140
To guarantee an opportunity to copy this files Tarantool will not delete them.
42-
But there will be no read-only mode nor checkpoints postponed in this state.
41+
But there will be no read-only mode and checkpoints will continue by schedule
42+
as usual.
4343

4444
Later ``box.backup.stop()`` informs the server that
4545
normal operations may resume. Starting with Tarantool 1.10.1 there is a new

0 commit comments

Comments
 (0)