sharepoint Backup and Restore using STSADM

There are three ways you can backup your SharePoint environment:

1, Using the Central Administration user interface
2, Using STSADM
3, Using automated backup scripts

I personally never use the first option. Through my experiences with backing up MOSS and WSS Farms, I learned that the best way to run a backup and restore is through the STSADM utility. Some may argue this, but I feel extremely comfortable with STSADM since I use it for almost all my SharePoint operations, so I tend to stick with it. Also, the admin interface failed me once when I was restoring an entire farm, whereas the STSADM utility has never failed me yet.

So what are the types of backups we can perform. There are two types:

1, Full backup
2, Differential backup

Before you create a differential backup however, you need to at least perform a full backup for the first time. Since this post is talking about how to run backup and restore using STSADM, I'm going to skip the instructions on how to do it through the admin interface; it's pretty much self-explanatory, so I'm sure you can figure it out yourself.

So here are the command lines you need to know to perform a backup:

To backup a site collection, use the following command line:

stsadm -o backup -url <URL of the site collection> -filename <name of the backup file>


To backup an individual database, web application, or entire farm, use the following command line:

stsadm -o backup -directory <UNC path or local drive> -backupmethod <full or differential>


Now that you backed up your farm, it's time to restore it. Use the following command lines to accomplish this:

To restore a site collection, use the following command line:

stsadm -o restore -url <URL of site collection> -filename <name of backup file>


To restore an entire farm, use the following command line:

stsadm -o restore -directory <UNC path or local drive> -restoremethod <overwrite or new>


So let's say now you want to migrate data from one SharePoint Server to another. You always have the option of using Export and Import, which I always like to use. Note that this tool will only migrate sites.

To export your sites, use the following command line:

stsadm -o export -url <URL> -filename <FileName>.cmp


To import your site, use the following command line:

stsadm -o import -url <URL> -filename <FileName>.cmp


So as you can see, these command lines are pretty easy. Why trouble yourself with a thousand clicks in the admin interface when you have this beautiful utility available :) In the next post, I'll talk about how you can backup and restore your SharePoint farm using Microsoft SQL Server Backup and Restore.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值