From 1458d8f8addf4174a896ac6f2ffebfced014ec12 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Tue, 11 Dec 2018 14:12:24 +0300 Subject: [PATCH] Mention INSERT+SELECT in backup.md --- docs/en/operations/backup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/operations/backup.md b/docs/en/operations/backup.md index 324a04bf2d..407b4eabe4 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 -- GitLab