The restore tag has no wiki summary.
0
votes
1answer
68 views
how to properly compare the same two large files on two different servers byte for byte?
So I have two servers with the same 10gb gzip file on each.
On one server it unzips fine. On the other there are crc errors. The file sizes are the exact same.
the systems are exactly the same ...
0
votes
0answers
23 views
MSSQL 2008 R2 Restore VSS
We have a Windows 2008 R2 server which has 2 disks of which one is used as a backup disk for Windows Backup with VSS enabled. We also have MSSQL 2008 R2 running on this server.
If I want to restore a ...
0
votes
0answers
22 views
How do I reset the factory capacity of harddisks on win7 or ubuntu [migrated]
I have a 3TB Hitachi HD () which progressively 'lost' displayed capacity to currently just above 740 GB.
Explorer, Installation-DVD and harddisk manager (win7) all agree on this size @ 1.5 billion ...
0
votes
0answers
9 views
Alternative to Roxio/Norton GoBack that restores on each reboot [migrated]
am setting up a PC with Windows 7 for a kid (5 years). It is his first PC so he will be messing with it a lot. In the past I used software such as GoBack (Roxio and Norton) to restore the system to a ...
1
vote
2answers
71 views
Restore MySQL Databases from File backups, not MySQL Export
I've got a Windows Server and I get Windows Server Backup to backup all the files every day. I don't however have a system image so I cannot use that.
I've tried just copying the database files into ...
0
votes
1answer
23 views
Backup Exec - Restoring Offline Files Cache
We have a set of mobile users who use Windows XP SP3 offline files to synchronize changes between network shares and their laptops. We recently had an incident where a user's offline cache was not ...
1
vote
1answer
42 views
Recovering Exchange messages from a server clone
We recently had a problem with our Exchange 2010 backups (Backup Exec 2010), so we now only have access to a full VMware guest image of the Exchange Mailbox Server.
I have restored the VM fine, ...
1
vote
1answer
60 views
Amazon EC2: Restoring Windows EBS snapshots into AMIs or Instances?
As my Windows EC2 instance lives, starting and stopping many times a week, it evolves. These changes get saved to it's EBS volume, so state is persistent across reboots.
Now, periodically I backup ...
0
votes
0answers
42 views
Restoring an Exchange 2010 user's calendar without rest of mailbox
I am trying to restore a user's calendar from backup, which was deleted by a sync problem on her mobile device. I've been able to restore her mailbox without a problem but I had to link it to a new AD ...
0
votes
0answers
89 views
HP UX can not boot from Ignite Tape
We have hp rp2470 server running hp-ux 11.00, with LVM mirroring. As for redundancy we have second rp2470 same hardware (same two processors, same ram, same two hdd’s, same number of lan cards).
I ...
0
votes
1answer
46 views
rsync to restore backup not working
I'm trying to use RSYNC to restore a backup. I am trying to restore all files by running the same command that the script runs to backup but with the destination and target switched around.
rsync ...
4
votes
0answers
128 views
Server hacked - want to run an rsync backup in reverse. Will this work? [closed]
Possible Duplicate:
My server's been hacked EMERGENCY
My user account on a shared hosting server got hacked and overwrote every PHP with this at the bottom....
...
2
votes
2answers
239 views
Restoring openldap configuration from ldif file?
I am trying to restore my OpenLDAP server from an ldif file I made before it went horribly wrong.
All of the websites I found talk about using slapadd but when I run slapadd -v -l ...
0
votes
0answers
68 views
Backup and Restore: V2V vs V2P and file restore issues
I have been trying to test restores with the CommVault and figure out if our data is good enough to restore a whole system from for production purposes. I have tried restoring individual files and ...
1
vote
1answer
114 views
MySQL: How to backup and restore using different schema name using xtrabackup
I very often need to create a backup of a database and import it using a different schema name. These schema's are pretty large (3-5GB) and mysqldump is a pain. xtrabackup seems promising but I cannot ...
1
vote
1answer
83 views
Missing Removable Storage Manager Feature
Anyone know a workaround for the instructions found here: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4220 since they are incorrect for Windows Standard 2008 R2 SP1. There ...
0
votes
0answers
197 views
stop error 0x0000007b on boot bare metal recovered Win2008R2
We had HP DL360G4p with Windows 2008 R2 which was broken a few days ago. I setup VM on ESX4 because we don't have extra same hardware and recover from WindowsServerBackup image. The recovery looks ...
1
vote
2answers
44 views
Is there any option to restore data after deleting from a MySQL table
There are some rows in a table, by mistakenly I had deleted all rows from the table and data got commited. So is there any way to restore data for that table.
I am not having backup of the database.
...
0
votes
1answer
74 views
SQL Server 2005: Row in backup, missing in database
I've got a MS-SQL 2005 backup file. When I open with a text editor, despite being binary, I can see some information I want back.
Nevertheless, when I restore the backup using MS-SQL studio, the row ...
-1
votes
2answers
143 views
MySQL table “doesn't exist” error
I'm using Windows 7 Ultimate x64. After reinstalling OS copied back whole MySQL data directory to C:/Programdata. But now when i'm trying to open some table from restored db's with Navicat it shows me ...
1
vote
1answer
44 views
How do I restore Public Folders in Exchange 2003 using NTBackup?
Our Exchange 2003 server had a catastrophic failure which corrupted the contents of the Exchange databases. Soft recovery failed due to excessive corruption. At 72GB, a hard recovery was not really ...
0
votes
0answers
24 views
How to set-up a WSS 3.0 Testing Server
We are running a WSS 3.0 Intranet Site with https for external access. The last guy who was responsible for the Sharepoint Server left the company without teaching us the ways of a Sharpoint Master.
...
0
votes
0answers
17 views
Accidentally Remove SharePoint foundation Farm from the Server
I accidentally removed the farm from the sharepoint foundation 2010. I cannot open the Central Admin and when I use sharepoint configuration wizard i get errors. What should I do?
0
votes
0answers
80 views
sfdisk + Restoring partition table from file
Please advice why I get the following errors: sfdisk: seek error on /dev/cciss/c0d0 - cannot seek to 533078016
(the last lines with the error) when I run the sfdisk command
remark my disk = 300G
...
0
votes
3answers
60 views
SQL Server 2008 - Restore database without restoring transaction log (LDF)
I have a production database with Full recovery mode where the MDF and LDF files are approx 80GB each.
We have a test server that we restore this database to on a regular basis for dev / test ...
0
votes
1answer
76 views
Oracle Restore and recover Database on the same host?
I have DB1 database on Server1 .
I have taken backup.
After that I have created table TEST.
Inserted some values in the TEST table.
Truncated table.
And want to return my TEST table to its ...
1
vote
1answer
51 views
Back-up Appliances and how easy they really are
So currently I am looking at a few options to improve my company's back-up solution and I stumbled across a few ideas and quotes regarding the following:
HP x1000 G2 Network Storage System
Dell ...
0
votes
2answers
193 views
Problems restoring large SQL Server 2005 database
I have a customer with a gigantic SQL Server 2005 database (almost 400GB including the log file) and a table has been unintentionally dropped. We are trying to restore to a temporary database then we ...
0
votes
1answer
45 views
how do I archive/restore development servers and workstations inexpensively
Scenario # 1
I've a Windows 2003 Server that I have been using for many years for software development, mostly for testing.
It has many tools that I might want to use in the future.
...
0
votes
1answer
94 views
Exchange 2007 - Restore mailbox's calendar and contacts
I know it is possible to do a restore of a user's mailbox. But does anyone have a really simple way of doing this? Like an Exchange console command or something?
Also, if I understood this correctly, ...
4
votes
2answers
546 views
Unable to restore from Shadow Copy due to long filename
We have shadow copy enabled on our Windows SBS 2008 server. Attempting to restore a file from shadow copy gave the following error-
The source file name(s) are larger than is supported by the file ...
1
vote
1answer
122 views
Restore SQL 2008 database fails with error on page xxx:xxx
This is the situation:
Got a full backup (.bak file) of a SQL 2008 database, with partitions. The .bak file is 100gb.
I need to restore this database on a different server, to a new database. ...
0
votes
4answers
63 views
How can I restore a database such that I can use it on a server where I don't have the security admin role
On a SQL 2008 instance, I have a login with the dbcreator and public roles. When I restore a database onto this server, I am then unable to use that database because all the user -> login mappings in ...
3
votes
1answer
90 views
Restoring deleted AD object
I have a Windows 2003 domain and Windows 2003 domain controller.
I accidentally deleted the whole container. The container contains some child container objects group object and some ...
2
votes
0answers
75 views
Exchange 2003 / 2010 Public Folder Restore or Sync Tool needed
What tools exist to restore public folder data?
If nothing will assist in (exmerging) PF data, what tools exist to sync data between backup sets?... between forests?
It seems that pfdavadmin was ...
1
vote
3answers
137 views
Determine LSN of database in NORECOVERY mode
I'm restoring transaction logs to a database, but need a way to know which transaction log I should start with. Typically I'll see something like this:
The log in this backup set terminates
at ...
1
vote
1answer
37 views
service for restoring tapes
I've got 30 to 40 LTO-1 and LTO-2 tapes that we used with BackupExec to backup our data. About a year ago we moved to another backup solution (Veeam).
My LTO drive is dying/dead, and I'd like to ...
1
vote
3answers
60 views
On Exchange 2003, Is there a limit to the number of email stores you can have?
Is there a limit on the number of "stores" you can have on an Exchange server? It seems that it takes a very long time to repair one large store and we are thinking it might be better to divide the ...
1
vote
4answers
89 views
User not functioning after backup and restore of database to another server in SQL Server 2005
We have a database called 'foo' on the first sql server instance called 'SQL01' that is backed up nightly via a snapshot with Snap Manager for SQL Server and then flex cloned and restored to a second ...
1
vote
1answer
29 views
TFS 2005 Server restore from one hardware to another
i have just performed a TFS 2005 restore from a dual server setup to a different set of duel servers
after following the installation guide for TFS 2005 and following the Restoration steps
i am ...
1
vote
1answer
66 views
1
vote
1answer
68 views
how to? Deploying a SQL 2008 backup to overwrite a database that has replication?
I am trying to figure out the proper procedure to overwrite a database with a backup of a database created on a different server. The backup has an identical schema, full text indexes, stored procs, ...
0
votes
1answer
103 views
SharePoint Services 3.0 - moving to another server
I am trying to move SharePoint Services 3.0 installed on one Windows server to another. The old and new servers both have different copies of SQL Server 2005 installed. After moving to the new server, ...
0
votes
0answers
39 views
Restore from multiple tapes with dump/restore commands
We have an autoloader tape drive with 24 tapes, and a backup script that uses the dump command to write the backup to tape. When the end of the tape is reached it uses dump -f to run a script that ...
0
votes
1answer
96 views
Regarding complete backup and restore of Linux system
This is regarding following:
Complete restore of linux system
The selected answer has one line:
use rsync the entire thing with something like: "rsync -axvPH --numeric-ids ..."
Can I have the ...
0
votes
1answer
76 views
How can I read ArcServe6 backup tapes?
I have got several 100 tapes of backups created with ArcServe6 for Netware. Also I have got two tape drives with which these tapes were written.
I tried setting up a Netware server and installing ...
0
votes
1answer
47 views
How to restore or recreate the deleted gitweb folder
I'm not sure what to do. It contained gitweb.cgi and one other file that I'm not sure of. My configuration files are still secure, but I can't seem to figure out how to simply restore the /git/ folder ...
1
vote
1answer
158 views
Sharepoint - restore single document from database level backup
Have a single Sharepoint webserver backed by a SQL 2005 server. The sharepoint server has a messed up document in a document library and I have a SQL database backup from the day before.
What are my ...
2
votes
1answer
77 views
Restore sql server 2000 database to 2008
I am not a DBA. I will be doing this for the first time. So I am not sure what all I am supposed to do?
I will be restoring sql server 2000 database to sql server 2008. Are there anywhere step by ...
0
votes
2answers
181 views
Restore Apache Configuration
can anyone please tell me how to restore an apache configuration from backup ? from /etc/httpd/conf/httpd.conf.backup