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

external tool for upload / download (gsutil for GCP), remote_storage: cli #381

Closed Slach closed 2 years ago

Slach commented 2 years ago

Need tests kopia, restic, rsync

general:
  remote_storage: cli
cli:
  upload_command: ...
  donwload_command: ...  
ilejn commented 2 years ago

It would be the easiest way to use a mounted filesystem (e.g. NFS) for backups. Strangely enough, currently it requires an extra script or something.

spoofedpacket commented 2 years ago

It would be the easiest way to use a mounted filesystem (e.g. NFS) for backups. Strangely enough, currently it requires an extra script or something.

Yeah this is what I'm currently doing - a small wrapper script around clickhouse-backup and rsync to backup to a gluster volume. It would be nice to have this integrated into clickhouse-backup itself.

Slach commented 2 years ago

duplicated with https://github.com/AlexAkulov/clickhouse-backup/issues/383