borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11.13k stars 741 forks source link

simulate file IOError with fs-verity #7319

Open ThomasWaldmann opened 1 year ago

ThomasWaldmann commented 1 year ago

to check borg's I/O error behaviour, we could try adding this on linux:

https://www.kernel.org/doc/html/latest/filesystems/fsverity.html

ThomasWaldmann commented 1 year ago

Might be useful to test the fix for #6709.