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'. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
look https://github.com/Altinity/clickhouse-backup/?tab=readme-ov-file#common-cli-usage |
Beta Was this translation helpful? Give feedback.
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
upload
and resolved during thedownload
stage.best use
clickhouse-backup create_remote --diff-from-remote=full-backup-name