Jump to content

Question

Posted

am I being stupid or can robocopy not enumerate a drivepool from root ? but a std copy command does work from root

if I robocopy a specific folder it appears to work but well that would be a pain in the but to backup.  as backing up each member drive will produce a extreme amount of data over lap

 

I would copy and paste issue's but no copy paste on this forum :(

 

 

 

 

 

 

 

Recommended Posts

  • 0
Posted

Hello,

 

Having exactly the same issue as described here. I take it this still isn't fixed in the current stable release of drivepool, and I need to use the beta to robocopy from the pool root?

 

Thanks

 

Stuart

  • 0
Posted

Hello,

 

Having exactly the same issue as described here. I take it this still isn't fixed in the current stable release of drivepool, and I need to use the beta to robocopy from the pool root?

 

Thanks

 

Stuart

 

No, it's not fixed in the stable release (2.1.1.561), you'd need to use the Public beta build.  

 

We do hope to push out new public release versions soon. But we don't have an ETA. 

  • 0
Posted

Thank you for the reply.

 

Not a problem. For now, I am using the following Powershell script to move everything. It wont copy files at the top level, only folders however.

get-childitem p: | 
foreach-object{
	robocopy p:\$_ \\tv-server\p$\$_ /e /W:5 /R:10 /MT:32 > p:\backup.log
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...