Replies: 1 comment 6 replies
-
Well, guess we had that "find filenames of modified files and give them to borg to optimize" idea already in some other ticket. In short: somehow unexpectedly, this is not useful, as borg creates full backups including all fs items. So it needs to visit every fs item anyway and it also needs to read some file metadata from each anyway (like acls, xattrs). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If the backup source is on ZFS, borg could use the
zfs diff
command to directly list out files that have changed since the last snapshot and how (create,delete,modify,rename) in order to avoid scanning the whole volume.Example output:
I'm imagining it working like this:
Some thoughts:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions