diff --git a/docs/en/operations/backup.md b/docs/en/operations/backup.md index 324a04bf2d464ea2646ab577fa2c035e1592021d..407b4eabe48a73559e235f8b46baf2b11aaddb8d 100644 --- a/docs/en/operations/backup.md +++ b/docs/en/operations/backup.md @@ -19,7 +19,9 @@ Some local filesystems provide functionality to create snapshots, for example [Z ## clickhouse-copier -[clickhouse-copier](utils/clickhouse-copier.md) is a versatile tool initially created to re-shard petabytes-sized tables, but it can be used for backup and restore purposes as well because it just reliably copies data between ClickHouse tables and clusters. +[clickhouse-copier](utils/clickhouse-copier.md) is a versatile tool initially created to re-shard petabytes-sized tables, but it can be used for backup and restore purposes as well because it just reliably copies data between ClickHouse tables and clusters. + +For smaller volumes of data simple `INSERT INTO ... SELECT ...` to remote tables might work as well. ## Manipulations with Parts