I have a current dataset that looks something like this:
I would like to split the contents of
Is there a way to do that without a lengthy cp/mv/replication/rsync?
Compression, record size, etc will stay the same. The reason for the split is because I've concluded that some contents currently on
Code:
/rootdataset/childdatasetA
I would like to split the contents of
childatasetA
into two new datasets like so:Code:
/rootdataset/childdatasetA/childdataset1 /rootdataset/childdatasetA/childdataset2
Is there a way to do that without a lengthy cp/mv/replication/rsync?
childdatasetA
currently consists of roughly 15 TB of data and would be split into two parts of roughly equal size.Compression, record size, etc will stay the same. The reason for the split is because I've concluded that some contents currently on
childdatasetA
would be better served by having access to different snapshot and replication tasks.