Does clickhouse-backup support incremental backup? #1254
|
when execute 'clickhouse-backup create --incremental ' command, the tool feedback does not support the command 'Incorrect Usage: flag provided but not defined: -incremental'. |
Answered by
Slach
Sep 28, 2025
Replies: 2 comments
|
Local backup is always full because it uses file system hard links and doesn't allocate disk space during backup creation. In regular backups, increment is calculated only during the best use |
0 replies
Answer selected by
Slach
|
look https://github.com/Altinity/clickhouse-backup/?tab=readme-ov-file#common-cli-usage |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Local backup is always full because it uses file system hard links and doesn't allocate disk space during backup creation.
In regular backups, increment is calculated only during the
uploadand resolved during thedownloadstage.best use
clickhouse-backup create_remote --diff-from-remote=full-backup-name