I am doing the backup using the GUI.
Main Topics
Browse All TopicsI was manually doing MOSS 2007 backups for a couple of weeks without any problems but I started having issues yesterday. It stops at the very beginning on MySites:
Item (Current/Total) 6/22 (Farm\Windows SharePoint Services Web Application\SP MySites - 5020)
And here are my questions:
- what is the best way to break this operation if I want to try again
- where and how to look for clues what is causing this problem?
- and one extra question: what is the best way to manage SP backups. Under the SP backup folder I have now about 12 sub-folders with backups. Can I just manually delete the obsolete ones or it should be done via a script, command line or some other means?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
i recommend that you use a script like the following one that you can schedule to do your backups, AND it will allow you to specify how many backups you want to keep. if you only use the GUI, you will have a constantly growing backup directory.
example script is here:
http://docupoint.blogspot.
as for errors...
check the log ;) it's in the same directory as the backup. are there any errors there?
what about errors in Event Viewer?
also, how long are you waiting? there was a problem with sharepoint last year that caused it to delay 1 hour between each step in the backup process. MS released a patch to fix that. are you up to date on sharepoint patches?
you can stop a backup job by deleting the timer job in Timer Job Definitions.
Business Accounts
Answer for Membership
by: csl002Posted on 2009-07-07 at 07:05:06ID: 24794311
What is your backup process? Are you using the GUI or STSADM?
Check you windows server event log for error or warnings.
Check the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Logs\Look at the current date modified
After you answer the questions I asked I will be better able to help you with your other two questions.