Listing Incomplete ZFS Datasets

An incomplete dataset is created when a dataset transfer started by running zfs receive is interrupted. The zfs list -I command can be used to show which datasets are incomplete. The state for each dataset can be either receiving or resumable. Arguments with the -I option are all, resumable or receiving.

$ zfs list -I all
NAME            USED  AVAIL  REFER  TYPE    STATE
users/home/dst  189M   910G   189M  volume  resumable

You can use the following command to show just the names of the resumable datasets,

$ zfs list -HI resumable
users/home/dst