|
Hi Everybody,
Is it possible schedule a backup & restore of the WSS Site by using Timer Job? Or Does WSS 3.0 provides OOTB feature for the same?
Thanks, Tejas
Started by Tejas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The quick answer to your question, Tejas, is "yes, it is possible." My explanation... .
I found this SharePoint Site Backup Script by Michael Noel to be very helpful for exactly the same problem .
The only way to automate this is via STSADM backup commands .
|
|
There was a similar thread on this earlier, but my question is specific to upgrading from SQL2005 to 2008: when upgrading in-place is not possible because the machine has to be re-imaged, which method is preferrable - detaching and re-attaching the db...
Started by Max on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Reason being, if something goes wrong you always-over:
How big are the databases that need to be copied?
backup/restore + logshipping may be the fastest way to do a cut-over if....
Backup/restore would be the recommended method.
|
|
Has anyone tried to back up a SharePoint web application using forms based authentication (FBA) to another SharePoint server?
We are facing some issues in backup\restore of FBA based sharepoint web applications:
We have a server where we have created ...
Started by Kusek on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think.
The content database (instead of backup/restore through Central Administration or STSADM).
|
Ask your Facebook Friends
|
The backup and restore process of a large database or collection of databases on sql server is very important for disaster & recovery purposes. However, I have not found a robust solution that will guarantee the whole process is as efficient as possible...
Started by HAdes on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Every once in a while....
How do you handle the spacing between copying the file from Server A to Server B and restoring the transactional backup on Server B .
I am doing precisely the same thing and have various issues semi regularly even with this process .
|
|
I needed an exact copy of a database under another name. I choose for cloning SQL Database via Backup-Restore, using SQL Mgt Studio 2008. Firstly, when restoring the database; I received an error.
SqlError: The backup set holds a backup of a database ...
Started by laurens on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
(you can also use “T-SQL”)
BACKUP ....
Remember its location.
Name it ORIGINAL.BAK.
What you want to do is delete all that and follow these steps:
Create a full backup of your database, make sure you check “verify after backup” to make sure the BAK is ok .
|
|
Due to problems we found with the restore of sites/site collections using stsadm (our tasks generated from workflows were not restored), we've taken a different route for backup/restore. We plan a major customization to our SP site and want to take a ...
Started by Kevin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Kevin,
If I'm properly understanding your order of operations, I have one big question: are you restoring content databases but leaving the farm configuration database (and other databases, like SSP databases) intact during your restore? If the answer... .
|
|
Is it possible that we allow only one of our resellers to use the Reseller Backup/Restore feature?
Started by Themis on
, 19 posts
by 5 people.
Answer Snippets (Read the full thread at directadmin):
At /commands.allow
Will this work if the Reseller Backup/Restore feature is disabled by admin for all by Themis Is it possible that we allow only one of our resellers to use the Reseller Backup/Restore feature? Is it possible....
|
|
Hello everyone,
I am using SQL Server 2008 Enterprise. I need to transfer the database (as a whole) to another server (to make a duplicate database to setup another test environment).
I have two choices, (1) making a full backup at source server/restore...
Started by George2 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Backup....
Also, to me (although its more a feeling than anything else), backup/restore is "everyday detached the database).
I would go for backup/restore as it leaves the original database in an operational state stays online.
|
|
Hello everyone,
I have one database which contains the most recent data, and I want to replicate the database content into some other servers. Dues to non-technical reasons, I can not directly use replicate function or sync function to sync to other SQL...
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The Backup / Restore option allows you to perform a full backup, restore than, then perform want the backup / restore option as that will leave the current database fully functional.
|
|
Hi,
I'm having serious issues with backing up and restoring a shared services provider.
Using the Central Administration backup I run the backup to s:\
This completes fine.
I then from another SharePoint Server choose to restore a backup and point it ...
Started by 78lro on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
SharePoint to a totally new environment recently, and I was so fed up with the included backup/restore system that I ended up just backing up the relevant databases, creating new web applications.
|