moved files to another FS and now borg takes a A LOT of time #9972
Replies: 1 comment
|
borg maintains a "files cache" where it remembers In your case, guess It is only for the first backup - after that, everything is fast as usual (because it has remembered the new metadata). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I moved my file storage to another FS (LVM+ext4->btrfs), and now borg takes a A LOT of time to process it. The data didn't change, while copying I used 'rsync -a', mtime didn't change. What is it that borg is looking at to find out that files need to be re-hashed?
If it is looking at some unknown metadata, is it possible to work around this?
All reactions