TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Cronicle, backup archives rotation triggered by cron

1 pointsby kraymerover 7 years ago

1 comment

kraymerover 7 years ago
The idea behind cronicle is that because doing backups via cron is so common (like triggering a pg_dump), why not add a line to your cronfile to take care of the backups rotation once your dump is done ?<p>cronicle takes care of organizing the data in daily&#x2F;weekly&#x2F;etc directories, and deduplication too : all organization is done using symlinks, underlying dumps are deleted when no more symlinks point to it.<p>Scratched my own itch, but interested to know if it brings something new or if existing tools use same approach.