Join Hilton demonstrates how to install the components of Microsoft Office SharePoint Server (MOSS) in Microsoft TechNet. The video covers installation onto a SQL Server environment and using Active Directory for authentication.
In this first part: installing and configuring the MOSS instance
In the second part: finishing the installation and configuring the farm.
If you wanna learn MOSS installation from videos, it would be really good resource that i found
How Do I: Install & Configure Microsoft Office SharePoint Server? (Part 1)
How Do I: Install & Configure Microsoft Office SharePoint Server? (Part 2)
Cheers!!
MJ FerdousProject Manager, Congral LLCTechnical Author, DevMedia, Brazil
Thanks Ferdous vi, I really need this one for my technical resources. I have also one questions beside this, is it possible to take schedule backup in WSS v3.0 / MOSS 2007? As like MS SQL Server Maintence Plan. If yes, please send me full details. It will be great kind of you.
"Excuse if any gaffe."Md Nazmul AhsanProgrammer (.NET Framework)CIS, IADCS & DIT
Hi,
There is no scheduling backupcomponent in Office SharePoint Server 2007. It's a problem for ensuring that SharePoint backups are regularly obtained. The best alternative is to use a simple batch file that executes the SharePoint backup from the command line. The stsadm.exe utility will enable you to back up site collections using the command line.
For any kind of STSADM Command, you can check the following site. It is A good STSADM Command Line Reference and also for some WSS demo:
http://www.wssdemo.com/Lists/stsadm/AllItems.aspx
Thanks for concerned about my problem. But I think, I need to find another solution to solve this.
Sure Nazmul. If you find some other better sol for schedule backup wss then dont forget to post here.
Thanks
Sure I will post it here. No doubt about that.
"::::::::::::::: SUVO NOBOBORSHO ::::::::::::::::"
Ok. Thanks. But I can tell you one thing additionally.
You can also make Backup Operation from Central Administration --> Operation --> Backup and Restore section. You can do it visually where you have the option to backup only DB Content or Front-end and DB Content both. You can also see Backup and Restore History from here but you can not schedule backup.
That's why i told you to create batch script.
But there is a Scheduling for content deployment operation. You can assign job scheduling for content deployment. But it is not exactly Backup wss. it is basically import and export from one location to another location.
You are right Ferdous vi, I already saw that section (Administration --> Operation --> Backup and Restore section). But when I did not find any schedule backup plan, then I asked for expertise helps in here. Now I am taking backup using this approach.