Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

EV, SharePoint and Backups for site migration

Updated: 15 Feb 2012 | 3 comments
Andres Munoz's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

What I'm really trying to figure out is how EV handles bulk un-archiving of SharePoint content .

I'll use a scenario, because it makes what I'm trying to explain easier to understand...

Assume that a group of 250 users within ClientSite are being moved to the newly created XYZ company.  The new company It is completely separate from ClientSite and will share no information or IT systems. The new company has a vanilla SharePoint 2010 environment and needs content from the following SharePoint objects to be supplied in the form of content database backups or STSADM/Powershell backups.

  • 2 site collections from different web applications
  • 4 document libraries from the intranet site collection
  • 2 subsites from within the HR Policy Site Collection

Assume that 30% of the content in these logical components has been archived to disk by EV.

 

  • How would the administrator go in terms of unarchiving the 30% of content stored on disk into the backup?
  • If they ran a native backup of a SharePoint content database in SQL which contained 500 stubs to documents that have been archived by EV would the backup "suck-in" the file-stored documents into the database backup?
  • What about if they ran a Site Collection backup?  Would archived content be included in the backup file or just the placeholder?

I realise that these questions are quite technical and very SharePoint specific and may well require a SharePoint-savvy techo to answer.

Discussion Filed Under:

Comments

John Chisari's picture
14
Feb
2012
1 Vote +1
Login to vote

You can do a mass recall of

You can do a mass recall of data in sharepoint by using EVSPShortcutManager, then you could do whatever you need to do to move it to a different sharepoint server.

Have a read of the utilities guide - http://www.symantec.com/docs/DOC4925 - there is a section on EVSPShortcutManager.

jim leggett's picture
14
Feb
2012
0 Votes 0
Login to vote

Hi Andres,

I think the EVSPShortcutmanager is available in EV 9.0 SP2 and later. So if you're on an earlier version you might have to upgrade to use it.

Principal Technical Support Engineer for Enterprise Vault

Andres Munoz's picture
15
Feb
2012
0 Votes 0
Login to vote

Thanks! EVSPShortcutManager

Thanks! EVSPShortcutManager is good enough for what we need. Your assistance is greatly appreciated.