-
[root@localhost clickhouse-server]# clickhouse-backup create --tables=dba.t '2023-08-25T07-31-31'
[root@localhost clickhouse-server]# [root@localhost config.d]# cat /etc/clickhouse-server/config.d/backup_disk.xml <clickhouse>
<storage_configuration>
<disks>
<backups>
<type>local</type>
<path>/dbbak/clickhouseBak/</path>
</backups>
</disks>
</storage_configuration>
<backups>
<allowed_disk>backups</allowed_disk>
<allowed_path>/dbbak/clickhouseBak/</allowed_path>
</backups>
</clickhouse> |
Beta Was this translation helpful? Give feedback.
Answered by
Slach
Aug 26, 2023
Replies: 1 comment
-
We didn't try to usually we use S3/Azure disks try to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Slach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We didn't try to
use_embedded_backup_restore: true
and local disks, it has no senseusually we use S3/Azure disks
try to
clickhouse-backup create --tables=dba.t '2023-08-25T07-31-31/'