Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. zfs unmount zfs/staging.assets
  2. zfs unmount zfs/choang.assets
  3.  
  4. zfs send -R zfs/staging.assets | zfs receive -F zfs/choang.assets
  5.  
  6. Error: Unsupported flag with filesystem or bookmark.
  7. cannot receive: failed to read from stream
  8.  
  9. zfs send zfs/staging.assets | zfs receive -F zfs/choang.assets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement