Question: Ways to add storage, Best practices?

Amsoil_Jim

Contributor
Joined
Feb 22, 2016
Messages
175
tmux is your answer

Also, assuming you have two pools. Your first line should reference the first pool and dataset, whilst the second line should reference the new pool and dataset I suspect
Yes the original pool is "Media" the new pool is "Tank"
Are you saying I can't copy the whole pool at once?
 
Joined
Oct 22, 2019
Messages
3,641
Are you saying I can't copy the whole pool at once?
You can, but it would nest it underneath the target pool's top-level root dataset.

So you would have something like this on your target pool:
  • Tank
    • Media
      • child1
      • child2
      • child3
      • etc
Otherwise, you would need replicate one level down from the original pool's top-level root dataset (child, by child, by child, ...), so that you end up with:
  • Tank
    • child1
    • child2
    • child3
    • etc
 

Amsoil_Jim

Contributor
Joined
Feb 22, 2016
Messages
175
I have made a separate thread about moving the data as that is kind of a separate question
Moving the Data
 
Top