Altinity / clickhouse-backup

Tool for easy backup and restore for ClickHouse® using object storage for backup files.
https://altinity.com
Other
1.25k stars 225 forks source link

How to backup multiple tables at the same time #315

Closed FanWuu closed 2 years ago

FanWuu commented 2 years ago

I want to use the command like “clickhouse-backup create --tables test.t_local test.test backup001 ” back up multiple tables at the same time, but it didn’t work. Is there any other way to achieve this requirement ?

Slach commented 2 years ago

you can use comma separated filemath compatible patterns like --table="test.test_local,test.test"