rdiff-backup 增量内容(添加、删除、更新的文件等)
我在 rdiff-backup 文档中没有找到该问题的任何明显答案:是否有一种简单的方法来列出给定增量中包含的更改,即已添加、删除、更新哪些文件/文件夹等?我不一定对这些更改的细节感兴趣(即给定文件中更改的内容)。
当我运行以下命令时:
rdiff-backup --list-increments backup
我得到一个增量列表。例如:
“找到 3 个增量:
增量3...
增量2...
增量1...
当前镜像:...”
我可以通过运行以下命令列出最新增量 (increment3) 中包含的更改:
rdiff-backup --list-changed-since
通过选择适当的“时间”值 进行备份但是
如果我只想查看increment2 中包含哪些更改呢?
谢谢您的帮助!
I haven't found any obvious answer to that question in the rdiff-backup documentation: is there a simple way to list the changes included in a given increment, i.e. which files/folders have been added, removed, updated, etc.? I'm not necessarily interested in the details of those changes (i.e. what was changed in a given file).
When I run the following command:
rdiff-backup --list-increments backup
I get a list of increments. For example:
"Found 3 increments:
increment3...
increment2...
increment1...
Current mirror: ..."
I can list the changes included in the latest increment (increment3) by running the following command:
rdiff-backup --list-changed-since time backup
by choosing the adequate "time" value.
But what if I want to see what changes are contained in increment2 only?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目标备份文件夹中有一个名为 rdiff-backup-data 的目录,其中包含许多有趣的内容,包括名为
file_statistics.2011-04-08T16:50:20+03 的文件: 00.data.gz
其中确实包含有关已更改文件的信息。There is a directory named
rdiff-backup-data
in your destination backup folder which contains a lot of interesting stuff including files named likefile_statistics.2011-04-08T16:50:20+03:00.data.gz
which do have information about the files changed.