Skip to content

Commit 4618ae4

Browse files
fix(docs): backup, small stylistic fixes
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent f3cdd03 commit 4618ae4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/backup/native-backup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Native Backup
33
=============
44

55
ScyllaDB Manager uses ScyllaDB Manager Agents deployed on each ScyllaDB node to coordinate backups.
6-
Those agents serve as a proxy to `ScyllaDB REST API <https://docs.scylladb.com/manual/stable/operating-scylla/rest.html>`_, but they also act as `rclone <https://github.com/scylladb/rclone>`_ servers responsible for communication between the node and backup location.
6+
These agents serve as a proxy to `ScyllaDB REST API <https://docs.scylladb.com/manual/stable/operating-scylla/rest.html>`_ and also act as `rclone <https://github.com/scylladb/rclone>`_ servers responsible for communication between the node and backup location.
77

88
Since rclone server is separate from ScyllaDB internal schedulers, yet they both live on the same machine,
99
it is allocated with limited resources not to interfere with ScyllaDB performance.
@@ -15,7 +15,7 @@ This solution results in:
1515
* Increased disk storage utilization (snapshots are stored on disk for a longer time)
1616

1717
Native backup aims to solve these problems by moving backup responsibilities from rclone server into ScyllaDB itself.
18-
It's important to note that both native and rclone backups performed by ScyllaDB Manager have the same :doc:`specification <specification>` consisting of backup directory layout, manifest, schema and SSTable files. This means that all backups can be used for all types of restores (e.g. regular restore, 1-1-restore, native restore, ...).
18+
It is important to note that both native and rclone backups performed by ScyllaDB Manager have the same :doc:`specification <specification>` consisting of backup directory layout, manifest, schema and SSTable files. This means that all backups can be used for all types of restores (e.g. regular restore, 1-1-restore, native restore, ...).
1919
In the `Status`_ section you can find the parts of backup procedure already moved to ScyllaDB.
2020

2121
Status
@@ -86,7 +86,7 @@ Usage
8686
=====
8787

8888
The native backup usage is controlled with the :ref:`sctool backup --method <sctool-backup>` flag.
89-
It supports three values: ``rclone (default)``, ``native``, and ``auto``:
89+
It supports three values: ``rclone`` (default), ``native``, and ``auto``:
9090

9191
* ``native``: Uses all native backup functionalities listed in `Status`_ section.
9292
Use this value for native backup configuration validation and testing.

0 commit comments

Comments
 (0)