Skip to content

v0.3.0

Compare
Choose a tag to compare
@AlexAkulov AlexAkulov released this 27 Apr 10:32
  • Added incremental backup support for 'archive' strategy.
    Use flag --diff-from for uploading only differences between backups, like: clickhouse-backup upload <backup_name> --diff-from=<old_backup_name>. On downloading clickhouse-backup detects required backups and downloads their automatically.
  • Backup format has been changed.
  • Added support of environment variables. Now any option in config file can be overwritten by ENV.