Reputation: 1550
Hi I know I can use power shell or central admin to backup SharePoint site collection or Site,is there a way to automate this process or I have to create a scheduled task that runs either power-shell or stsadm command?
Upvotes: 0
Views: 1931
Reputation: 11
You can automate the backing of sharepoint site collection using SPTimer Job. Based on the schedule SPTimer will back your site collection/site periodically. Since SPTimer job is integrated with SharePoint this can be implemented easily.
Upvotes: 1
Reputation: 5283
normally what we use to do is create a batch file of stsadm commands for backup and associate it with windows scheduler job. and i think thats the best approach you can do the same for powershell scripts as well
Upvotes: 1