N
Neon2mo ago
vicious-gold

Idea: backup cadence

Right now, we can select the duration of backups. However, periodic backups with less frequency can go back further for the same amount of data. e.g. what if we could do something like this (in a custom/configurable way, concurrently with each other): * for the most recent 1 hour, back up all commits separately * from 1 to 24 hours back from present, back up a snapshot hourly * back up 1 snapshot per day for the last 30 days
1 Reply
ambitious-aqua
ambitious-aqua2mo ago
Snapshot scheduling seems to be a work in progress 👀 From what I see currently implemented, it looks like you can configure multiple schedules, with different cadences and retention policies, so you would be able to have an hourly snapshot for 24 hours and a daily backup for 30 days

Did you find this page helpful?