Reputation: 1183
I have a 2007 SharePoint site called Beta. On Beta, I have a custom List called MapData. This is a custom list of data that a webpart reads from. Data has been typed into Beta to make sure the webpart works correctly.
In production, called Prod, I have that same List called MapData except it has old values. How can I copy the data from one site to another. Beta and Prod are on different servers. I would like to do this without writing C# or something. Is it possible use the command line to just backup that list and restore it on a different server or possibly use Sharepoint designer?
Upvotes: 2
Views: 6666
Reputation: 31
I'm actually looking to sync the two lists. I need one to be the data that the public can see, while the other (parent list) has all of the public and private data.
Upvotes: 0
Reputation: 25652
The following options are not without drawbacks, but they are codeless:
Upvotes: 2