As of today, clickhouse-backup does not provide an option to schedule backups when using the watch command. Backups are triggered based on when the watch command is started. Would it be possible to introduce an option to specify the time of day when backups should run?
Additionally, in the current version, when a new full backup is created after a series of incremental backups (thus starting a new full + incremental cycle), and backups_to_keep_local or backups_to_keep_remote is set to a value x (where x > 0), older backups are only deleted once the new cycle accumulates x backups. Would it be possible to add an option to delete older backups immediately when a new cycle begins with a full backup?
As of today, clickhouse-backup does not provide an option to schedule backups when using the watch command. Backups are triggered based on when the watch command is started. Would it be possible to introduce an option to specify the time of day when backups should run?
Additionally, in the current version, when a new full backup is created after a series of incremental backups (thus starting a new full + incremental cycle), and
backups_to_keep_localorbackups_to_keep_remoteis set to a value x (where x > 0), older backups are only deleted once the new cycle accumulates x backups. Would it be possible to add an option to delete older backups immediately when a new cycle begins with a full backup?