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.


  55         libzfs_fru_devpath;
  56         libzfs_fru_lookup;
  57         libzfs_fru_notself;
  58         libzfs_fru_refresh;
  59         libzfs_init;
  60         libzfs_mnttab_cache;
  61         libzfs_print_on_error;
  62         spa_feature_table;
  63         zfs_allocatable_devs;
  64         zfs_asprintf;
  65         zfs_clone;
  66         zfs_close;
  67         zfs_create;
  68         zfs_create_ancestors;
  69         zfs_dataset_exists;
  70         zfs_deleg_share_nfs;
  71         zfs_destroy;
  72         zfs_destroy_snaps;
  73         zfs_destroy_snaps_nvl;
  74         zfs_expand_proplist;

  75         zfs_get_handle;
  76         zfs_get_holds;
  77         zfs_get_name;
  78         zfs_get_pool_handle;
  79         zfs_get_user_props;
  80         zfs_get_type;
  81         zfs_handle_dup;
  82         zfs_history_event_names;
  83         zfs_hold;
  84         zfs_is_mounted;
  85         zfs_is_shared;
  86         zfs_is_shared_nfs;
  87         zfs_is_shared_smb;
  88         zfs_iter_children;
  89         zfs_iter_dependents;
  90         zfs_iter_filesystems;
  91         zfs_iter_root;
  92         zfs_iter_snapshots;
  93         zfs_iter_snapshots_sorted;
  94         zfs_iter_snapspec;




  55         libzfs_fru_devpath;
  56         libzfs_fru_lookup;
  57         libzfs_fru_notself;
  58         libzfs_fru_refresh;
  59         libzfs_init;
  60         libzfs_mnttab_cache;
  61         libzfs_print_on_error;
  62         spa_feature_table;
  63         zfs_allocatable_devs;
  64         zfs_asprintf;
  65         zfs_clone;
  66         zfs_close;
  67         zfs_create;
  68         zfs_create_ancestors;
  69         zfs_dataset_exists;
  70         zfs_deleg_share_nfs;
  71         zfs_destroy;
  72         zfs_destroy_snaps;
  73         zfs_destroy_snaps_nvl;
  74         zfs_expand_proplist;
  75         zfs_fits_send;
  76         zfs_get_handle;
  77         zfs_get_holds;
  78         zfs_get_name;
  79         zfs_get_pool_handle;
  80         zfs_get_user_props;
  81         zfs_get_type;
  82         zfs_handle_dup;
  83         zfs_history_event_names;
  84         zfs_hold;
  85         zfs_is_mounted;
  86         zfs_is_shared;
  87         zfs_is_shared_nfs;
  88         zfs_is_shared_smb;
  89         zfs_iter_children;
  90         zfs_iter_dependents;
  91         zfs_iter_filesystems;
  92         zfs_iter_root;
  93         zfs_iter_snapshots;
  94         zfs_iter_snapshots_sorted;
  95         zfs_iter_snapspec;