Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
August 08 2010
zfs diff in Opensolaris
A while ago i wrote about the PSARC PSARC 2010/105. It's about an extension to the zfs tool to implement a subcommand to create a list of changed files between two snapshots. This change has been integrated to Solaris now.
So with a command like
So with a command like
zfs diff datapool/texts@monday datapool/texts, you get an output like M /myfiles/M /myfiles/link_to_me (+1)R /myfiles/rename_me ->...
