Start a Conversation

Unsolved

Closed

D

1 Rookie

 • 

3 Posts

577

March 8th, 2023 05:00

How to clone an entire volume in NetWorker?

Hi,

Is there a command, nsrclone or other, to clone an entire volume from one Data Domain to another?

I am aware of how to clone a list of save sets but, wanted to clone based on volume.

Thanks

DJ

 

March 8th, 2023 07:00

 

 

# nsclone -b  

 

 

So cloning all data from DDboost volume   to target clone pool .

As stated in the nw19.5 command reference guide. Below just two from a dozen or so examples, but still those don't show how to use all options, for example the -B option ("This option can only be used with the -t or -e options") or -h ("Filters savesets based on the volume on which they are located.").

The man page for nsrclone on Linux would also show these.

EXAMPLES Copy all save sets that begin on the volume mars.001 to a volume in the Offsite Clone pool:

nsrclone – b ’Offsite Clone’ mars.001

Copy all save sets that begin on the volume mars.001 to a volume in the Offsite Clone
pool with upper bound on number of streams of 5 via action parallelism:

nsrclone – A 5 – b ’Offsite Clone’ mars.001

No Events found!

Top