I hope it's a pain for all the SharePoint geeks to get the back up of there site manually either using Sharepoint administration/Sharepoint designer/stsadm.exe tool .
I was thiking about it and wanted to make my life simpler so thought of writing a tool to automate the process and here it is .
This tool is very basic and only limited to complete backup . Granular level backup is not supported .I haven't taken care of all the cases so tool might fail in certain condition.So there is possibility that the back up might fail and you might get "Success" message . well sounds scary :) .Just make sure you check the back up atleast first time .
I have included a word file with configuration info .Also included the complete 15 liner class file in case you want to make it more stable.
This is a normal command tool and needs to be run with windows scheduler.
Tool is available at :
Download
Subscribe to:
Post Comments (Atom)
Handle the error “OwnershipControlsNotFoundError” for buckets created prior to April 2023 when the bucket ownership was defaulted to “Object Writer”
Here you go published a python code sample written for migrating S3 bucket ownership controls between AWS accounts. The code is written to ...
-
Ever wanted to have a people picker kind of control in Infopath form and that too in browser mode. Did i heard yes :) , well there is a Acti...
-
Note : In below scenario jenkins was deployed in Linux container Scenario: Jenkins build failed with error. java.io.IOException: error...
-
Am sure lot's of people would be wondering how to hide menu items of a list eg document libraries "Send to " menu item . In o...
5 comments:
Hi - great idea. Have you had any feedback yet on the use of this tool? We have a small farm with one db server (Win2k364, SQL 2005 64), a web app server and a search server. I'm interested to know whether anyone in my situation has tried it?
I'll let you know my findings.
Daryll
Thanks for the nice post!
Not sure where to point scheduled task at exactly. I see 3 files i need to edit.. app.config, and in bin/debug the backuptool.exe.config and backuptool.vhost.exe.config..
You have to point the Scheduled task to the executabel file .
Is it possible to script a customised deletion of old backups. The tool is great, but I have to remember to manually delete backups older than two weeks due to the huge amount of space they take up. After two weeks I'm certain I've got tape backups of the outputs I can refer back to.
Post a Comment