which can be as simple as
ls
ing a directory withatime
It seems that’s exactly what happend, I remember mouting and inspecting the dataset after the first time I did an incremental send.
I executed the following zfs diff
commands and they returned nothing which made me sure it’s just atime
:
zfs diff extpool/hp-bak-enc/home@2024-07-22 extpool/hp-bak-enc/home
zfs diff -t extpool/hp-bak-enc/home@2024-07-22 extpool/hp-bak-enc/home
I unmounted the dataset, did a rollback and after that I was able to successfully execute zfs send
.
Thanks a lot for help!