Print this page
FITS: generating send-streams in portable format
This commit adds the command 'zfs fits-send', analogous to zfs send. The
generated send stream is compatible with the stream generated with that
from 'btrfs send' and can in principle easily be received to any filesystem.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libzfs/common/mapfile-vers
          +++ new/usr/src/lib/libzfs/common/mapfile-vers
↓ open down ↓ 64 lines elided ↑ open up ↑
  65   65          zfs_clone;
  66   66          zfs_close;
  67   67          zfs_create;
  68   68          zfs_create_ancestors;
  69   69          zfs_dataset_exists;
  70   70          zfs_deleg_share_nfs;
  71   71          zfs_destroy;
  72   72          zfs_destroy_snaps;
  73   73          zfs_destroy_snaps_nvl;
  74   74          zfs_expand_proplist;
       75 +        zfs_fits_send;
  75   76          zfs_get_handle;
  76   77          zfs_get_holds;
  77   78          zfs_get_name;
  78   79          zfs_get_pool_handle;
  79   80          zfs_get_user_props;
  80   81          zfs_get_type;
  81   82          zfs_handle_dup;
  82   83          zfs_history_event_names;
  83   84          zfs_hold;
  84   85          zfs_is_mounted;
↓ open down ↓ 162 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX