locked
Backup and restore RRS feed

  • Question

  • Hi all,

    I new for using MOSS 2007 kindly need help about how to backup and restore my portal

     

    thanks in advance 

    Thursday, May 29, 2008 2:42 PM

Answers

  • Hi!

    Sharepoint provides 3 ways to perform a backup:

    1) From the Central Administration Site: This method is for manual backups, so is not easy for planning schedules.

    2) IIS and SQL backup: More advanced than other methods and more complex for restoring.

    3) Using STSADM.EXE: Probably this way could be the most easy and useful for you, because you can make a backup from an entire farm content or single site collection, and allows you to plan schedules as you wish.

    STSADM.EXE is in your sharepoint BIN folder, located by default at :

    C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN

    To perform a backup, you must run one of the following commands:

    For entire server backup:
    stsadm -o backup -directory "\\backupServer\backupfolder" -backupmethod <full | differential>

    For a single site collection:
    stsadm -o backup -url http://urlOfYourSiteCollection -filename "c:\backupBackupFolder\backup.bak"

    To perform a restore, you must use one of the following commands, depending on your backup strategy:

    For restore when you have an entire server backup:
    stsadm -o restore -directory "\\backupServer\backupfolder" -restoremethod <overwrite | new>

    For restore when you have a single site collection backup file:
    stsadm -o restore -url http://urlOfYourSiteCollection -filename "c:\backupBackupFolder\backup.bak"

    Hope this helps!

    • Proposed as answer by sql_guy Thursday, July 24, 2008 12:48 PM
    • Marked as answer by sql_guy Thursday, July 24, 2008 12:48 PM
    Thursday, May 29, 2008 4:23 PM

All replies

  • Hi

     

    Go through the links below.

    you can use Backup/Restore options under Cenral Admin page.

    http://blogs.msdn.com/joelo/archive/2007/03/09/sharepoint-backup-restore-high-availability-and-disaster-recovery.aspx

     

    http://support.microsoft.com/kb/833797

     

    Regards

    Xavier Ravi

    Thursday, May 29, 2008 3:28 PM
  • Hi!

    Sharepoint provides 3 ways to perform a backup:

    1) From the Central Administration Site: This method is for manual backups, so is not easy for planning schedules.

    2) IIS and SQL backup: More advanced than other methods and more complex for restoring.

    3) Using STSADM.EXE: Probably this way could be the most easy and useful for you, because you can make a backup from an entire farm content or single site collection, and allows you to plan schedules as you wish.

    STSADM.EXE is in your sharepoint BIN folder, located by default at :

    C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN

    To perform a backup, you must run one of the following commands:

    For entire server backup:
    stsadm -o backup -directory "\\backupServer\backupfolder" -backupmethod <full | differential>

    For a single site collection:
    stsadm -o backup -url http://urlOfYourSiteCollection -filename "c:\backupBackupFolder\backup.bak"

    To perform a restore, you must use one of the following commands, depending on your backup strategy:

    For restore when you have an entire server backup:
    stsadm -o restore -directory "\\backupServer\backupfolder" -restoremethod <overwrite | new>

    For restore when you have a single site collection backup file:
    stsadm -o restore -url http://urlOfYourSiteCollection -filename "c:\backupBackupFolder\backup.bak"

    Hope this helps!

    • Proposed as answer by sql_guy Thursday, July 24, 2008 12:48 PM
    • Marked as answer by sql_guy Thursday, July 24, 2008 12:48 PM
    Thursday, May 29, 2008 4:23 PM
  •  

    IN addition to the feedback you already received, I suggest you have a look at MS Data Protection Manager.  I wrote a little bit about that product here: http://feeds.feedburner.com/~r/PaulGalvinsSharepointSpace/~3/272102390/cns!1CC1EDB3DAA9B8AA!975.entry

     

    --Paul Galvin, Conchango
      RSS @ http://feeds.feedburner.com/PaulGalvinsSharepointSpace
      Web site @ http://paulgalvin.spaces.live.com
      Twitter @ http://twitter.com/pagalvin (I follow anyone who follows me)

    Thursday, May 29, 2008 4:43 PM