<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>spbackup Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home</link><description>spbackup Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This script backs up everything you need for a full restore of your Windows Sharepoint Services &amp;#40;WSS&amp;#41; or Microsoft Office Sharepoint Server &amp;#40;MOSS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup&amp;#47;reporting parameters for each job.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;WSS 3.0 or MOSS 2007&lt;br /&gt;Windows Powershell 1.0&lt;br /&gt;Diskspace on local drive or network location.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Make a directory for the files (e.g. C:\SPBackup) and copy the SPBackup.ps1 and SPBackup.xml files there&lt;/li&gt;&lt;li&gt;Edit the XML configuration file with your environment parameters&lt;/li&gt;&lt;li&gt;Configure the signing of your script for Windows Powershell to allow your script to run (see this article)&lt;/li&gt;&lt;li&gt;Test-run the script from Windows Powershell with: &lt;i&gt;C:\SPBackup\SPbackup.ps1 C:\SPBackup\SPBackup.xml&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Schedule the script in Windows Scheduled Tasks&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;All configuration is done in the XML-file.&lt;br /&gt; &lt;br /&gt;If you do not fill in the fromemail, tomail or smtpserver the script will not attempt to send an email but only report to the console.&lt;br /&gt; &lt;br /&gt;If you do not fill in the iisencryptionpassword the script will use the machine encryption and the IIS Metadata is only usable on this server and not importable on other servers.&lt;br /&gt; &lt;br /&gt;You can add as many sitecollections you want in the XML-file if they have unique IDs. The sample has two sitecollections defined.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;XML Parameters (version 1.1)&lt;/u&gt;&lt;br /&gt;&lt;b&gt;catastrophicbackup&lt;/b&gt;: Set this value to 1 to perform a complete farm backup and 0 to skip this backuptype &lt;br /&gt;&lt;b&gt;catastrophicmethod&lt;/b&gt;: Set this to full or differential&lt;br /&gt;&lt;b&gt;sitecollectionbackup&lt;/b&gt;: Set this value to 1 to perform an individual backup of a site collection and subsites and 0 to skip this backuptype &lt;br /&gt;&lt;b&gt;sitecollectionurl&lt;/b&gt;: Set this to the site collection url you want to perform an individual backup of &lt;br /&gt;&lt;b&gt;hivebackup&lt;/b&gt;: Set this value to 1 to perform a backup of your 12-hive&lt;br /&gt;&lt;b&gt;hive&lt;/b&gt;: Path to your 12-hive (usually located at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12&lt;br /&gt;&lt;b&gt;iisbackup&lt;/b&gt;: Set this value to 1 to perform a backup of the IIS Metadata and 0 to skip this backuptype &lt;br /&gt;&lt;b&gt;iisencryptopassword&lt;/b&gt;: Type a password here to make the IIS6 Metadata backup restorable on other servers&lt;br /&gt;&lt;b&gt;smtpserver&lt;/b&gt;: Type a smtp server to send mail through&lt;br /&gt;&lt;b&gt;fromemail&lt;/b&gt;: E-mail address to send from&lt;br /&gt;&lt;b&gt;backupdestination&lt;/b&gt;: Type a valid path for the backupfiles&lt;br /&gt;&lt;b&gt;backupdestinationmaxkeepdays&lt;/b&gt;: If set to 0 no files are deleted. Set another number to delete files older .zip/.backup-files. Full/differential backup files are NOT deleted (from spbackup version 1.2)&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br /&gt;The powershell script can be scheduled using Windows Scheduler with the following command:&lt;br /&gt;&lt;i&gt;%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -command &amp;quot;&amp;amp; C:\SPBackup\SPBackup.ps1 'C:\SPBackup\SPBackup.xml'&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;If you need to restore your IIS6 Metadata on another server you must define an encryption password in your XML-file. Read more at the Microsoft articles here: &lt;a href="http://support.microsoft.com/kb/324277" class="externalLink"&gt; Backup KB324277&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7429a26d-45f0-41fe-bf45-a6e1d3be7ce1.mspx?mfr=true" class="externalLink"&gt;Restore Technet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Remember to set the correct share and NTFS security rights. When performing a complete backup the SQL Server service account and the Web Application Pool account must have modify rights to the backup destination. When performing individual site collection backup the Scheduled task account must have modify rights to the backup destination.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known issues&lt;/b&gt;&lt;br /&gt;*The script can only run locally on Sharepoint servers&lt;br /&gt;*If the compression of 12-hive or IIS Metadata isn't finished before the script ends, the compression stops. Please adjust the Start-sleep in the end of the script to avoid this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you&lt;/b&gt;&lt;br /&gt;A thank you to &lt;a href="http://mindsharpblogs.com/bill" class="externalLink"&gt;Bill English&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, his great book on Sharepoint Administration and excellent session at TechEd 2007. I would like to thank Todd Klintt for his post on &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=46" class="externalLink"&gt;backup considerations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and Shadar Gvirtz for the blog on &lt;a href="http://weblogs.asp.net/shahar/archive/2008/02/02/powershell-script-to-backup-sharepoint-site-collection.aspx" class="externalLink"&gt;Sharepoint Powershell backup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. For the script to compress the folders the &lt;a href="http://blogs.inetium.com/blogs/mhodnick/archive/2006/08/07/295.aspx" class="externalLink"&gt;Out-Zip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project by Mike Hodnick was included and I thank him for that post.&lt;br /&gt; &lt;br /&gt;Visit my blog for more technical Sharepoint articles: &lt;a href="http://jespermchristensen.spaces.live.com" class="externalLink"&gt;Jesper M. Christense Livespace&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Donations are always welcome if you like the product and get something out of it. Please use the following link: &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=blue%40jinx%2edk&amp;amp;item_name=Solutions-SPBackup&amp;amp;no_shipping=0&amp;amp;no_note=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=DK&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a donation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JesperMChristense</author><pubDate>Tue, 16 Dec 2008 11:59:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081216115923A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This script backs up everything you need for a full restore of your Windows Sharepoint Services &amp;#40;WSS&amp;#41; or Microsoft Office Sharepoint Server &amp;#40;MOSS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup&amp;#47;reporting parameters for each job.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;WSS 3.0 or MOSS 2007&lt;br /&gt;Windows Powershell 1.0&lt;br /&gt;Diskspace on local drive or network location.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Make a directory for the files (e.g. C:\SPBackup) and copy the SPBackup.ps1 and SPBackup.xml files there&lt;/li&gt;&lt;li&gt;Edit the XML configuration file with your environment parameters&lt;/li&gt;&lt;li&gt;Configure the signing of your script for Windows Powershell to allow your script to run (see this article)&lt;/li&gt;&lt;li&gt;Test-run the script from Windows Powershell with: &lt;i&gt;C:\SPBackup\SPbackup.ps1 C:\SPBackup\SPBackup.xml&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Schedule the script in Windows Scheduled Tasks&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;All configuration is done in the XML-file.&lt;br /&gt; &lt;br /&gt;If you do not fill in the fromemail, tomail or smtpserver the script will not attempt to send an email but only report to the console.&lt;br /&gt; &lt;br /&gt;If you do not fill in the iisencryptionpassword the script will use the machine encryption and the IIS Metadata is only usable on this server and not importable on other servers.&lt;br /&gt; &lt;br /&gt;You can add as many sitecollections you want in the XML-file if they have unique IDs. The sample has two sitecollections defined.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;XML Parameters (version 1.1)&lt;/u&gt;&lt;br /&gt;&lt;b&gt;catastrophicbackup&lt;/b&gt;: Set this value to 1 to perform a complete farm backup and 0 to skip this backuptype &lt;br /&gt;&lt;b&gt;catastrophicmethod&lt;/b&gt;: Set this to full or differential&lt;br /&gt;&lt;b&gt;sitecollectionbackup&lt;/b&gt;: Set this value to 1 to perform an individual backup of a site collection and subsites and 0 to skip this backuptype &lt;br /&gt;&lt;b&gt;sitecollectionurl&lt;/b&gt;: Set this to the site collection url you want to perform an individual backup of &lt;br /&gt;&lt;b&gt;hivebackup&lt;/b&gt;: Set this value to 1 to perform a backup of your 12-hive&lt;br /&gt;&lt;b&gt;hive&lt;/b&gt;: Path to your 12-hive (usually located at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12&lt;br /&gt;&lt;b&gt;iisbackup&lt;/b&gt;: Set this value to 1 to perform a backup of the IIS Metadata and 0 to skip this backuptype &lt;br /&gt;&lt;b&gt;iisencryptopassword&lt;/b&gt;: Type a password here to make the IIS Metadata backup restorable on other servers&lt;br /&gt;&lt;b&gt;smtpserver&lt;/b&gt;: Type a smtp server to send mail through&lt;br /&gt;&lt;b&gt;fromemail&lt;/b&gt;: E-mail address to send from&lt;br /&gt;&lt;b&gt;backupdestination&lt;/b&gt;: Type a valid path for the backupfiles&lt;br /&gt;&lt;b&gt;backupdestinationmaxkeepdays&lt;/b&gt;: If set to 0 no files are deleted. Set another number to delete files older &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br /&gt;The powershell script can be scheduled using Windows Scheduler with the following command:&lt;br /&gt;&lt;i&gt;%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -command &amp;quot;&amp;amp; C:\SPBackup\SPBackup.ps1 'C:\SPBackup\SPBackup.xml'&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;If you need to restore your IIS Metadata on another server you must define an encryption password in your XML-file. Read more at the Microsoft articles here: &lt;a href="http://support.microsoft.com/kb/324277" class="externalLink"&gt; Backup KB324277&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7429a26d-45f0-41fe-bf45-a6e1d3be7ce1.mspx?mfr=true" class="externalLink"&gt;Restore Technet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Remember to set the correct share and NTFS security rights. When performing a complete backup the SQL Server service account and the Web Application Pool account must have modify rights to the backup destination. When performing individual site collection backup the Scheduled task account must have modify rights to the backup destination.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known issues&lt;/b&gt;&lt;br /&gt;*The script can only run locally on Sharepoint servers&lt;br /&gt;*If the compression of 12-hive or IIS Metadata isn't finished before the script ends, the compression stops. Please adjust the Start-sleep in the end of the script to avoid this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you&lt;/b&gt;&lt;br /&gt;A thank you to &lt;a href="http://mindsharpblogs.com/bill" class="externalLink"&gt;Bill English&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, his great book on Sharepoint Administration and excellent session at TechEd 2007. I would like to thank Todd Klintt for his post on &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=46" class="externalLink"&gt;backup considerations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and Shadar Gvirtz for the blog on &lt;a href="http://weblogs.asp.net/shahar/archive/2008/02/02/powershell-script-to-backup-sharepoint-site-collection.aspx" class="externalLink"&gt;Sharepoint Powershell backup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. For the script to compress the folders the &lt;a href="http://blogs.inetium.com/blogs/mhodnick/archive/2006/08/07/295.aspx" class="externalLink"&gt;Out-Zip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project by Mike Hodnick was included and I thank him for that post.&lt;br /&gt; &lt;br /&gt;Visit my blog for more technical Sharepoint articles: &lt;a href="http://jespermchristensen.spaces.live.com" class="externalLink"&gt;Jesper M. Christense Livespace&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Donations are always welcome if you like the product and get something out of it. Please use the following link: &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=blue%40jinx%2edk&amp;amp;item_name=Solutions-SPBackup&amp;amp;no_shipping=0&amp;amp;no_note=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=DK&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a donation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JesperMChristense</author><pubDate>Thu, 18 Sep 2008 09:38:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080918093855A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This script backs up everything you need for a full restore of your Windows Sharepoint Services &amp;#40;WSS&amp;#41; or Microsoft Office Sharepoint Server &amp;#40;MOSS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup&amp;#47;reporting parameters for each job.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;WSS 3.0 or MOSS 2007&lt;br /&gt;Windows Powershell 1.0&lt;br /&gt;Diskspace on local drive or network location.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Make a directory for the files (e.g. C:\SPBackup) and copy the SPBackup.ps1 and SPBackup.xml files there&lt;/li&gt;&lt;li&gt;Edit the XML configuration file with your environment parameters&lt;/li&gt;&lt;li&gt;Configure the signing of your script for Windows Powershell to allow your script to run (see this article)&lt;/li&gt;&lt;li&gt;Test-run the script from Windows Powershell with: &lt;i&gt;C:\SPBackup\SPbackup.ps1 C:\SPBackup\SPBackup.xml&lt;/i&gt;&lt;/li&gt;&lt;li&gt;Schedule the script in Windows Scheduled Tasks&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;All configuration is done in the XML-file.&lt;br /&gt; &lt;br /&gt;If you do not fill in the fromemail, tomail or smtpserver the script will not attempt to send an email but only report to the console.&lt;br /&gt; &lt;br /&gt;If you do not fill in the iisencryptionpassword the script will use the machine encryption and the IIS Metadata is only usable on this server and not importable on other servers.&lt;br /&gt; &lt;br /&gt;You can add as many sitecollections you want in the XML-file if they have unique IDs. The sample has two sitecollections defined.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;XML Parameters (version 1.1)&lt;/u&gt;&lt;br /&gt;catastrophicbackup: Set this value to 1 to perform a complete farm backup and 0 to skip this backuptype &lt;br /&gt;catastrophicmethod: Set this to full or differential&lt;br /&gt;sitecollectionbackup: Set this value to 1 to perform an individual backup of a site collection and subsites and 0 to skip this backuptype &lt;br /&gt;sitecollectionurl: Set this to the site collection url you want to perform an individual backup of &lt;br /&gt;hivebackup: Set this value to 1 to perform a backup of your 12-hive&lt;br /&gt;hive: Path to your 12-hive (usually located at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12&lt;br /&gt;iisbackup: Set this value to 1 to perform a backup of the IIS Metadata and 0 to skip this backuptype &lt;br /&gt;iisencryptopassword: Type a password here to make the IIS Metadata backup restorable on other servers&lt;br /&gt;smtpserver: Type a smtp server to send mail through&lt;br /&gt;fromemail: E-mail address to send from&lt;br /&gt;backupdestination: Type a valid path for the backupfiles&lt;br /&gt;backupdestinationmaxkeepdays: If set to 0 no files are deleted. Set another number to delete files older &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br /&gt;The powershell script can be scheduled using Windows Scheduler with the following command:&lt;br /&gt;&lt;i&gt;%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -command &amp;quot;&amp;amp; C:\SPBackup\SPBackup.ps1 'C:\SPBackup\SPBackup.xml'&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;If you need to restore your IIS Metadata on another server you must define an encryption password in your XML-file. Read more at the Microsoft articles here: &lt;a href="http://support.microsoft.com/kb/324277" class="externalLink"&gt; Backup KB324277&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7429a26d-45f0-41fe-bf45-a6e1d3be7ce1.mspx?mfr=true" class="externalLink"&gt;Restore Technet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Remember to set the correct share and NTFS security rights. When performing a complete backup the SQL Server service account and the Web Application Pool account must have modify rights to the backup destination. When performing individual site collection backup the Scheduled task account must have modify rights to the backup destination.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known issues&lt;/b&gt;&lt;br /&gt;*The script can only run locally on Sharepoint servers&lt;br /&gt;*If the compression of 12-hive or IIS Metadata isn't finished before the script ends, the compression stops. Please adjust the Start-sleep in the end of the script to avoid this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you&lt;/b&gt;&lt;br /&gt;A thank you to &lt;a href="http://mindsharpblogs.com/bill" class="externalLink"&gt;Bill English&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, his great book on Sharepoint Administration and excellent session at TechEd 2007. I would like to thank Todd Klintt for his post on &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=46" class="externalLink"&gt;backup considerations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and Shadar Gvirtz for the blog on &lt;a href="http://weblogs.asp.net/shahar/archive/2008/02/02/powershell-script-to-backup-sharepoint-site-collection.aspx" class="externalLink"&gt;Sharepoint Powershell backup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. For the script to compress the folders the &lt;a href="http://blogs.inetium.com/blogs/mhodnick/archive/2006/08/07/295.aspx" class="externalLink"&gt;Out-Zip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project by Mike Hodnick was included and I thank him for that post.&lt;br /&gt; &lt;br /&gt;Visit my blog for more technical Sharepoint articles: &lt;a href="http://jespermchristensen.spaces.live.com" class="externalLink"&gt;Jesper M. Christense Livespace&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Donations are always welcome if you like the product and get something out of it. Please use the following link: &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=blue%40jinx%2edk&amp;amp;item_name=Solutions-SPBackup&amp;amp;no_shipping=0&amp;amp;no_note=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=DK&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a donation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JesperMChristense</author><pubDate>Thu, 11 Sep 2008 11:37:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080911113759A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This script backs up everything you need for a full restore of your Windows Sharepoint Services &amp;#40;WSS&amp;#41; or Microsoft Office Sharepoint Server &amp;#40;MOSS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup&amp;#47;reporting parameters for each job.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;WSS 3.0 or MOSS 2007&lt;br /&gt;Windows Powershell 1.0&lt;br /&gt;Diskspace on local drive or network location.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;#Make a directory for the files (e.g. C:\SPBackup) and copy the SPBackup.ps1 and SPBackup.xml files there&lt;br /&gt;#Edit the XML configuration file with your environment parameters&lt;br /&gt;#Configure the signing of your script for Windows Powershell to allow your script to run (see this article)&lt;br /&gt;#Test-run the script from Windows Powershell with: &lt;i&gt;C:\SPBackup\SPbackup.ps1 C:\SPBackup\SPBackup.xml&lt;/i&gt;&lt;br /&gt;#Schedule the script in Windows Scheduled Tasks&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;If you do not fill in the fromemail, tomail or smtpserver the script will not attempt to send an email but only report to the console.&lt;br /&gt; &lt;br /&gt;If you do not fill in the iisencryptionpassword the script will use the machine encryption and the IIS Metadata is only usable on this server and not importable on other servers.&lt;br /&gt; &lt;br /&gt;You can add as many sitecollections you want in the XML-file if they have unique IDs. The sample has two sitecollections defined.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;XML Parameters (version 1.1)&lt;/u&gt;&lt;br /&gt;catastrophicbackup: Set this value to 1 to perform a complete farm backup and 0 to skip this backuptype &lt;br /&gt;catastrophicmethod: Set this to full or differential&lt;br /&gt;sitecollectionbackup: Set this value to 1 to perform an individual backup of a site collection and subsites and 0 to skip this backuptype &lt;br /&gt;sitecollectionurl: Set this to the site collection url you want to perform an individual backup of &lt;br /&gt;hivebackup: Set this value to 1 to perform a backup of your 12-hive&lt;br /&gt;hive: Path to your 12-hive (usually located at C:\Program Files\Common Files\Microsoft Shared\web server extensions\12&lt;br /&gt;iisbackup: Set this value to 1 to perform a backup of the IIS Metadata and 0 to skip this backuptype &lt;br /&gt;iisencryptopassword: Type a password here to make the IIS Metadata backup restorable on other servers&lt;br /&gt;smtpserver: Type a smtp server to send mail through&lt;br /&gt;fromemail: E-mail address to send from&lt;br /&gt;backupdestination: Type a valid path for the backupfiles&lt;br /&gt;backupdestinationmaxkeepdays: If set to 0 no files are deleted. Set another number to delete files older &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br /&gt;The powershell script can be scheduled using Windows Scheduler with the following command:&lt;br /&gt;&lt;i&gt;%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -command &amp;quot;&amp;amp; C:\SPBackup\SPBackup.ps1 'C:\SPBackup\SPBackup.xml'&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;If you need to restore your IIS Metadata on another server you must define an encryption password in your XML-file. Read more at the Microsoft articles here: &lt;a href="http://support.microsoft.com/kb/324277" class="externalLink"&gt; Backup KB324277&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7429a26d-45f0-41fe-bf45-a6e1d3be7ce1.mspx?mfr=true" class="externalLink"&gt;Restore Technet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;Remember to set the correct share and NTFS security rights. When performing a complete backup the SQL Server service account and the Web Application Pool account must have modify rights to the backup destination. When performing individual site collection backup the Scheduled task account must have modify rights to the backup destination.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known issues&lt;/b&gt;&lt;br /&gt;*The script can only run locally on Sharepoint servers&lt;br /&gt;*If the compression of 12-hive or IIS Metadata isn't finished before the script ends, the compression stops. Please adjust the Start-sleep in the end of the script to avoid this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you&lt;/b&gt;&lt;br /&gt;A thank you to &lt;a href="http://mindsharpblogs.com/bill" class="externalLink"&gt;Bill English&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, his great book on Sharepoint Administration and excellent session at TechEd 2007. I would like to thank Todd Klintt for his post on &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=46" class="externalLink"&gt;backup considerations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and Shadar Gvirtz for the blog on &lt;a href="http://weblogs.asp.net/shahar/archive/2008/02/02/powershell-script-to-backup-sharepoint-site-collection.aspx" class="externalLink"&gt;Sharepoint Powershell backup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. For the script to compress the folders the &lt;a href="http://blogs.inetium.com/blogs/mhodnick/archive/2006/08/07/295.aspx" class="externalLink"&gt;Out-Zip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project by Mike Hodnick was included and I thank him for that post.&lt;br /&gt; &lt;br /&gt;Visit my blog for more technical Sharepoint articles: &lt;a href="http://jespermchristensen.spaces.live.com" class="externalLink"&gt;Jesper M. Christense Livespace&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Donations are always welcome if you like the product and get something out of it. Please use the following link: &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=blue%40jinx%2edk&amp;amp;item_name=Solutions-SPBackup&amp;amp;no_shipping=0&amp;amp;no_note=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=DK&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a donation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JesperMChristense</author><pubDate>Fri, 22 Aug 2008 08:54:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080822085417A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This script backs up everything you need for a full restore of your Windows Sharepoint Services &amp;#40;WSS&amp;#41; or Microsoft Office Sharepoint Server &amp;#40;MOSS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup&amp;#47;reporting parameters for each job.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;WSS 3.0 or MOSS 2007&lt;br /&gt;Windows Powershell 1.0&lt;br /&gt;Diskspace on local drive or network location.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;#Make a directory for the files (e.g. C:\SPBackup) and copy the SPBackup.ps1 and SPBackup.xml files there&lt;br /&gt;#Edit the XML configuration file with your environment parameters&lt;br /&gt;#Configure the signing of your script for Windows Powershell to allow your script to run (see this article)&lt;br /&gt;#Test-run the script from Windows Powershell with: &lt;i&gt;C:\SPBackup\SPbackup.ps1 C:\SPBackup\SPBackup.xml&lt;/i&gt;&lt;br /&gt;#Schedule the script in Windows Scheduled Tasks&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;If you do not fill in the fromemail, tomail or smtpserver the script will not attempt to send an email but only report to the console.&lt;br /&gt; &lt;br /&gt;If you do not fill in the iisencryptionpassword the script will use the machine encryption and the IIS Metadata is only usable on this server and not importable on other servers.&lt;br /&gt; &lt;br /&gt;You can add as many sitecollections you want in the XML-file if they have unique IDs. The sample has two sitecollections defined.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br /&gt;The powershell script can be scheduled using Windows Scheduler with the following command:&lt;br /&gt;&lt;i&gt;%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -command &amp;quot;&amp;amp; C:\SPBackup\SPBackup.ps1 'C:\SPBackup\SPBackup.xml'&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;If you need to restore your IIS Metadata on another server you must define an encryption password in your XML-file. Read more at the Microsoft articles here: &lt;a href="http://support.microsoft.com/kb/324277" class="externalLink"&gt; Backup KB324277&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7429a26d-45f0-41fe-bf45-a6e1d3be7ce1.mspx?mfr=true" class="externalLink"&gt;Restore Technet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known issues&lt;/b&gt;&lt;br /&gt;*The script can only run locally on Sharepoint servers&lt;br /&gt;*If the compression of 12-hive or IIS Metadata isn't finished before the script ends, the compression stops. Please adjust the Start-sleep in the end of the script to avoid this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you&lt;/b&gt;&lt;br /&gt;A thank you to &lt;a href="http://mindsharpblogs.com/bill" class="externalLink"&gt;Bill English&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, his great book on Sharepoint Administration and excellent session at TechEd 2007. I would like to thank Todd Klintt for his post on &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=46" class="externalLink"&gt;backup considerations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and Shadar Gvirtz for the blog on &lt;a href="http://weblogs.asp.net/shahar/archive/2008/02/02/powershell-script-to-backup-sharepoint-site-collection.aspx" class="externalLink"&gt;Sharepoint Powershell backup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. For the script to compress the folders the &lt;a href="http://blogs.inetium.com/blogs/mhodnick/archive/2006/08/07/295.aspx" class="externalLink"&gt;Out-Zip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project by Mike Hodnick was included and I thank him for that post.&lt;br /&gt; &lt;br /&gt;Visit my blog for more technical Sharepoint articles: &lt;a href="http://jespermchristensen.spaces.live.com" class="externalLink"&gt;Jesper M. Christense Livespace&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Donations are always welcome if you like the product and get something out of it. Please use the following link: &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=blue%40jinx%2edk&amp;amp;item_name=Solutions-SPBackup&amp;amp;no_shipping=0&amp;amp;no_note=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=DK&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a donation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JesperMChristense</author><pubDate>Mon, 21 Jul 2008 08:40:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080721084004A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spbackup/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This script backs up everything you need for a full restore of your Windows Sharepoint Services &amp;#40;WSS&amp;#41; or Microsoft Office Sharepoint Server &amp;#40;MOSS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup&amp;#47;reporting parameters for each job.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;WSS 3.0 or MOSS 2007&lt;br /&gt;Windows Powershell 1.0&lt;br /&gt;Diskspace on local drive or network location.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;#Make a directory for the files (e.g. C:\SPBackup) and copy the SPBackup.ps1 and SPBackup.xml files there&lt;br /&gt;#Edit the XML configuration file with your environment parameters&lt;br /&gt;#Configure the signing of your script for Windows Powershell to allow your script to run (see this article)&lt;br /&gt;#Test-run the script from Windows Powershell with: &lt;i&gt;C:\SPBackup\SPbackup.ps1 C:\SPBackup\SPBackup.xml&lt;/i&gt;&lt;br /&gt;#Schedule the script in Windows Scheduled Tasks&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Configuration&lt;/b&gt;&lt;br /&gt;If you do not fill in the fromemail, tomail or smtpserver the script will not attempt to send an email but only report to the console.&lt;br /&gt; &lt;br /&gt;If you do not fill in the iisencryptionpassword the script will use the machine encryption and the IIS Metadata is only usable on this server and not importable on other servers.&lt;br /&gt; &lt;br /&gt;You can add as many sitecollections you want in the XML-file if they have unique IDs. The sample has two sitecollections defined.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;br /&gt;The powershell script can be scheduled using Windows Scheduler with the following command:&lt;br /&gt;&lt;i&gt;%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -command &amp;quot;&amp;amp; C:\SPBackup\SPBackup.ps1 'C:\SPBackup\SPBackup.xml'&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;If you need to restore your IIS Metadata on another server you must define an encryption password in your XML-file. Read more at the Microsoft articles here: &lt;a href="http://support.microsoft.com/kb/324277" class="externalLink"&gt; Backup KB324277&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7429a26d-45f0-41fe-bf45-a6e1d3be7ce1.mspx?mfr=true" class="externalLink"&gt;Restore Technet&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Known issues&lt;/b&gt;&lt;br /&gt;*The script can only run locally on Sharepoint servers&lt;br /&gt;*If the compression of 12-hive or IIS Metadata isn't finished before the script ends, the compression stops. Please adjust the Start-sleep in the end of the script to avoid this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Thank you&lt;/b&gt;&lt;br /&gt;I would like to thank Todd Klintt for his post on &lt;a href="http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=46" class="externalLink"&gt;backup considerations&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and Shadar Gvirtz for the blog on &lt;a href="http://weblogs.asp.net/shahar/archive/2008/02/02/powershell-script-to-backup-sharepoint-site-collection.aspx" class="externalLink"&gt;Sharepoint Powershell backup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. For the script to compress the folders the &lt;a href="http://blogs.inetium.com/blogs/mhodnick/archive/2006/08/07/295.aspx" class="externalLink"&gt;Out-Zip&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; project by Mike Hodnick was included and I thank him for that post.&lt;br /&gt; &lt;br /&gt;Visit my blog for more technical Sharepoint articles: &lt;a href="http://jespermchristensen.spaces.live.com" class="externalLink"&gt;Jesper M. Christense Livespace&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Donations are always welcome if you like the product and get something out of it. Please use the following link: &lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;amp;business=blue%40jinx%2edk&amp;amp;item_name=Solutions-SPBackup&amp;amp;no_shipping=0&amp;amp;no_note=1&amp;amp;tax=0&amp;amp;currency_code=USD&amp;amp;lc=DK&amp;amp;bn=PP%2dDonationsBF&amp;amp;charset=UTF%2d8" class="externalLink"&gt;Make a donation&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>JesperMChristense</author><pubDate>Mon, 21 Jul 2008 05:35:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080721053532A</guid></item></channel></rss>