-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
- Revisions of existing Custom Lists
- Excel data queries could be saved and refreshed when needed
- 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.