Hello, is there an easy way wo find out when the last update occured to an zfs filesystem, my goal is to only make a backup of a filesystem when something has changed. At this time i make it in a command pipe with "find ... | sort ... | head | awk" what takes a lot of time if the filesystem holds a lot of files.