I want to backup my SharePoint 2007 Lists. Now I am not sure, if there is any possibility of doing it in C# code or If I will have to perform few actions like following some steps and make it do using GUI.
I looked at Google and find out that I can export it to excel or Access but how can I do it pro grammatically + it will be synchronized as well.
I find this Script as well that tells how to export a list to excel using C# but how it will keep sychronized, most likely I will have to use it once to get all the items and then create a event receiver that will repeat this step for the added item,
Not sure if it gonna be the best practice tho, or any alternative.
Cheers
