You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/backup/native-backup.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Native Backup
3
3
=============
4
4
5
5
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.
7
7
8
8
Since rclone server is separate from ScyllaDB internal schedulers, yet they both live on the same machine,
9
9
it is allocated with limited resources not to interfere with ScyllaDB performance.
@@ -15,7 +15,7 @@ This solution results in:
15
15
* Increased disk storage utilization (snapshots are stored on disk for a longer time)
16
16
17
17
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, ...).
19
19
In the `Status`_ section you can find the parts of backup procedure already moved to ScyllaDB.
20
20
21
21
Status
@@ -86,7 +86,7 @@ Usage
86
86
=====
87
87
88
88
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``:
90
90
91
91
* ``native``: Uses all native backup functionalities listed in `Status`_ section.
92
92
Use this value for native backup configuration validation and testing.
0 commit comments