如何对 FAT 文件系统执行增量 tar 备份

发布于 2024-09-13 11:52:46 字数 191 浏览 1 评论 0原文

我使用 tar --listed-incremental=... 在我的计算机上执行增量备份,在大多数情况下,它的工作方式就像一个魅力。然而,它似乎不太适合我的旧 FAT 分区。它认为所有文件都已更改并备份所有内容。我在某处读到 tar 增量备份依赖 inode,这就是它不能与 FAT 配合良好的原因。有没有办法伪造它,或者强制它只使用名称和修改日期而不是索引节点?

I use tar --listed-incremental=... to perform incremental backups on my computer, and for the most part it works like a charm. However, it doesn't seem to play well with my old FAT partition. It thinks that all the files have changed and backs up everything. I read somewhere that tar incremental backups rely on inodes, and that's why it doesn't work well with FAT. Is there a way to fake it, or force it to just use name and modification date instead of inode?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文