Backup/restore a singel tab (sharepoint based tab on MS project 20

B

Bahram

We have a PWA site that contains several tabs. The tabs are based on
SharePoint 2007 templates.
One of the tabs was created based on “Change request management†templates.
I was wondering how can I get a backup from this tab and load it on
different URL (different PWA site). We do not want to get a full backup of
all the site, and we only need the information that we have on this
particular tab and load/restore it on different URL.

Please advice.

Thank you.
 
B

Bahram

I have found a way to do that, so I post it here in case if anyone has the
same issue:

First with sdsadm get a backup from that particular link/tab/workspace:
stsadm -o export -url http://aaaa.bbb.com/PWA/cccc -filename C:\xxx.cmp
http://technet.microsoft.com/en-us/library/cc262759(office.12).aspx

and next step is to create a tab/Workspaces and use same template and try to
import the data with:
stsadm -o import -url http://newlink.bbb.com/PWA/cccc -filename C:\xxx.cmp
http://technet.microsoft.com/en-us/library/cc261866(office.12).aspx

Thanks

Bahram
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top