BACKUP GCS interval #1020
-
I want to setup backup interval to gcs on weekly basis. I dont see a configuration around it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can try to use moreover, please read |
Beta Was this translation helpful? Give feedback.
You can try to use
watch
command wherefull_interval
config parameter applicable,but better just use weekly
cron
if you use standalone serverif you use just docker image you can try something like that
0 5 * * 1 docker run --rm -v /var/lib/clickhouse:/var/lib/clickhouse altinity/clickhouse-backup:latest -- clickhouse-backup create_remote backup-$(date +%Y%m%d)
moreover, please read
https://github.com/Altinity/clickhouse-backup/#dont-run-clickhouse-backup-remotely