TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ash HN: How do you monitor success/failure of your overnight backups?

3 点作者 perakojotgenije大约 6 年前
In our company we have several servers that we are backing up regularly. All backups are copied on a single machine and from there they are copied off-site.<p>Depending on the server and data type backups are sometimes database dumps (or wal files) or just filesystem rsyncs, or just tar archives of a directory - mostly overnight backups but for some databases we make hourly dumps. At present moment I occasionally check that each backup directory on backup machine contains the latest (today&#x27;s) archive files. Ideally, I would like to have an automated system that checks each of the predefined directories on a backup machine for today&#x27;s files and if they are missing (which means that the backup failed) to send some kind of alarm. Is there a solution of that kind or if not, what are your strategies for ensuring that backup is running without failures?

暂无评论

暂无评论