This is how Oracle introduces the concept of ZFS send / receive as a backup solution:
Why is it not a "complete backup solution"? Do they imply that other strategies should be combined with saving snapshots, or that saving snapshots does not completely save the ZFS data?
Saving snapshots – Use the zfs send and zfs receive commands to send and receive a ZFS snapshot. You can save incremental changes between snapshots, but you cannot restore files individually. You must restore the entire file system snapshot. These commands do not provide a complete backup solution for saving your ZFS data.
Why is it not a "complete backup solution"? Do they imply that other strategies should be combined with saving snapshots, or that saving snapshots does not completely save the ZFS data?