可以修改默认的备份路径吗 我想挂载到阿里云的NAS上 #1228
-
可以修改默认的备份路径吗 我想挂载到阿里云的NAS上 我尝试过修改备份路径但是只能备份表结构不能备份数据 要不就是硬链接 |
Beta Was this translation helpful? Give feedback.
Answered by
Slach
Sep 4, 2025
Replies: 1 comment
-
during backup we creates hard links look but better use alibaba S3 compatible interface to upload backup data |
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
during backup we creates hard links
you can create local backup (this is not allocate disk space, cause use hardlinks)
and then move your data with
remote_type: custom
look
https://github.com/Altinity/clickhouse-backup/tree/master/test/integration/rsync
and
https://github.com/Altinity/clickhouse-backup/blob/master/test/integration/config-custom-rsync.yml
but better use alibaba S3 compatible interface to upload backup data