TW

Results 2664 comments of TW

No, I simplified a bit: it stores `somehash(fullpath)`

@nadalle what i meant in top post: - the RAM requirement - for good speed, rather lz4 - compressing each mapping value separately, not the whole mapping. could be that...

Just did a small experiment and compressed the on-disk files cache of borg2: ``` files.c6c3fd94f9b1c899 : 79.76% ( 47.1 KiB => 37.5 KiB, files.c6c3fd94f9b1c899.zst) ```

Maybe not worth the effort.

AFAIK, all operations of borg 1.x are safe to Ctrl-C. borg 1.x works transaction-based, so if something breaks in the middle, it rolls the repo back to the previous commit....

Yes. Either that or there was some other / previous issue updating the hints file.

From stackexchange: ``` sudo mdfind "com_apple_backup_excludeItem = 'com.apple.backupd'" ``` So it seems not just to be some xattr key, but there is also a value. What does `com.apple.backupd` mean? Would...

If an external tool can feed paths into borg based on their xattrs, this will be doable with borg 1.2.

Yeah, it would read (some) xattrs twice then.

Merged #8895 to fix this.