Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

undelet / backup

  Asked By: Jessica Clark         Date: Apr 06, 2010      Category: Sharepoint      Views: 435
 

Can somebody tell me which is the best way to backup a sps, and to restore
this backup.
Are there some tools?

Is there a possibility to undelete deleted files, or a mechanism to copy
deleted files automaticly to a spezial folder?

Tagged:    

 

2 Answers Found

 
Answer #1       Answered By: Hailey Clark          Answered On: Apr 06, 2010       

We have the following:

1. Create a backup  directory c:\backup
2. Create 2 simple bat files: backup.bat and restore.bat
3. copy this to backup.bat

cd d:\sharep~1\bin
cscript msdmback.vbs -b %1\%2
cd %1

where %1 is the directory of the backup and %2 is the name of the file.
An example is: backup c:\backup 24abr02.bak

With restore.bat just change -b for -r

This is just a simple procedure, maybe can help you.

 
Answer #2       Answered By: Nisarg Shahane          Answered On: Apr 06, 2010       

You can easly take the backup  of sps  usig "MSDMBack"

Goto your sharepoint portal server folder  and then bin
folder in dos prompt
run the following command

MSDMBack /b “c:\mybackup\backup1” press ENTER.

backup1 is your backup file name.

 
Didn't find what you were looking for? Find more on undelet / backup Or get search suggestion and latest updates.


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