Questions tagged [backup-restoration]

344 questions
3
votes
2 answers

SQL Server : Restore Database; Failed. "error not found"

I have just installed SQL Server 2005 on a fresh machine, and I'm trying to import 2 databases from one of my servers. This has worked fine for a box that I did this morning but now I'm getting some errors on this second box. I am doing the…
user155695
  • 290
  • 3
  • 5
  • 14
3
votes
0 answers

How to restore a guest Windows 2012 R2 VM installation/backup from VMWare to OpenStack?

I have a VMWare VM with Windows 2012 R2 installed in DC#1. The machine has terminal services set up with user accounts and permissions, lots of software installed and bunch of things configured that would probably take me many hours or even days to…
3
votes
2 answers

How do I properly backup AD Users, Groups and OUs?

At work, we have a Microsoft Small Business Server 2011 server that's doing AD for the company. There are multiple Windows client machines that are part of the domain, but that server is the only domain controller in the AD. Keeping track of users…
Tal
  • 295
  • 1
  • 4
  • 11
3
votes
2 answers

Where are diskshadow snapshots stored?

I am evaluating DISKSHADOW utility to take MSSQL database snapshots. I use the below set context persistent set option rollbackrecover txfrecover set verbose on begin backup add volume d: alias dbshadow create I can see that a snapshot is created.…
3
votes
2 answers

Scripting Windows 2008 R2 restore of files using wbadmin

The problem I am running into is the restoration of files using wbadmin; specifically with the -recoverytarget flag set. The line that I am running is : e:>WBADMIN START RECOVERY -version:09/19/2013-10:00 -itemType:File…
3
votes
2 answers

How Do I Restore a MySQL Database from Time Machine Backup?

I develop locally on a Mac, and my computer completely died yesterday. The hard drive is gone, apparently not recoverable. I have a current backup on Time Machine. So my question is: How exactly do I restore that backup? Is there a physical location…
CWSpear
  • 143
  • 1
  • 6
3
votes
1 answer

Backup and Recovery Strategy for a VPS

I have several small virtual private servers running ubuntu 11.04. I currently have VirtualMin managing the backups for the server, however, it only backs up the users' home folders and the configuration of various things to do with now Apache or…
Malfist
  • 797
  • 3
  • 9
  • 21
3
votes
1 answer

tar on windows and symbolic links

It seems to me that tar on windows does not understand directory symbolic links - it treats them as an ordinary folders which in my case leads to infinite recursion. 7-zip has the same problem. Are you aware of any free tool that can simply backup…
3
votes
3 answers

How can I split phpmyadmin's server backup to database backups?

I have a big .sql file which i created with phpmyadmin to back up my development databases. is there any way to split this big backup into several files, each file for a separated database? the file is too big to manually deal with
yaser
  • 95
  • 2
  • 8
3
votes
1 answer

Saving/archiving IIS 7.5 settings for recovery etc

I am not an trained sysAdmin or network engineer, just a programmer who has picked up some knowledge over the years, and at the moment I find myself managing an IIS 7.5 deployment on WinServer 2008 R2. I need to know if there is a fairly painless…
Vector
  • 143
  • 1
  • 6
3
votes
1 answer

LTO-3 restore from backup when backup software is unknown

I was recently asked to restore the backups of some HP Ultrium LTO-3 tapes to a portable HDD, the company that owned the tapes liquidized and the old CEO wanted the backups in a form they could read on their computer. All the servers and associated…
Silverfire
  • 780
  • 4
  • 14
3
votes
3 answers

How to backup VirtualBox virtual server?

I'd like to setup a server running in a VirtualBox virtual machine on a Linux host system. What would be an effective way to backup this virtual server "whole", so that in the event of either a host or guest system failure, I can just restore the…
hpy
  • 835
  • 3
  • 18
  • 28
3
votes
2 answers

SQL Management Studio - Restore from device problem

When specifying the Backup location by trying to click the Add button the dialog hangs and does not recover. This happens on all of our SQL 2000/2005/2008 environments. Could it be due to them running on virtual servers?
andrew
3
votes
5 answers

Backup unix files to filesystem which doesn't allow chgrp/chown etc

I unfortunately have no choice but to backup some files from a ext3 parition on a server to a filesystem which does not allow me to set and edit the normal file attributes (NFS, with all_squash set so chgrp/chown etc. even as root is forbidden). I'm…
3
votes
3 answers

How to simlify MS SQL server database restore?

I have to restore various SQL server databases several times a day (for development purposes). In SSMS interface it takes forever and it is even longer to type RESTORE DATABASE command with all it's paths. Ideally I would like to double-click a BAK…
Ross
  • 133
  • 3