Skip to content
Ranjith Venkatesh edited this page Jul 31, 2015 · 1 revision

Welcome to the SharePointBackup wiki!

I had some custom lists that needed backing up once a day.

SharePoint 2013 had some inbuilt mechanisms:

  1. Revisions of existing Custom Lists
  2. Excel data queries could be saved and refreshed when needed
  3. PowerShell scripting could be used to run once a day and download the list

However, I wanted a simple console application which connected to the list and downloaded the contents as an excel workbook which I could then configure as a Windows Task.

This project is a result of the above project requirement.

Clone this wiki locally