Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我tar --listed-incremental=...过去常常在我的计算机上执行增量备份,并且在大多数情况下,它就像一个魅力。但是,它似乎不适用于我的旧 FAT 分区。它认为所有文件都已更改并备份所有内容。我在某处读到 tar 增量备份依赖于 inode,这就是为什么它不适用于 FAT。有没有办法伪造它,或者强制它只使用名称和修改日期而不是 inode?
tar --listed-incremental=...