Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

backup methods using FrontPage and stsadm utility

  Asked By: Kody Luna         Date: Mar 23, 2010      Category: Sharepoint      Views: 468
 

I want to backup my sharepoint site. Which is better, using FrontPage backup
or stsadm in combination with SQL Data Backup utilities??

Tagged:              

 

1 Answer Found

 
Answer #1       Answered By: Meenakshi Khochar          Answered On: Mar 23, 2010       

"Better" depends on what you want to do. SQL back isn't really complimentary to
stsadm - the overlap is almost 100% and the only real difference is the storage
space required.

FrontPage (or smigrate):
Pros:
- Can backup  single sites
- Can restore to another site  URL or server
- Can be done from a remote client
Cons:
- Doesn't store user or security information

stsadm:
Pros:
- Full fidelity backup
Cons:
- Can only be run on the server
- Can only backup a full site collection
- Limited ability to restore to a location other than the original

SQL Backup:
Pros:
- Full fidelity backup
- Can use incremental backups to save on storage space
Cons:
- Can only restore to EXACTLY the same location

 
Didn't find what you were looking for? Find more on backup methods using FrontPage and stsadm utility Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].