Server :: How To Take Backup(image)
Jul 5, 2011
I have to set at Linux server(i don't know which distribution) to check something ,could some one tell me how can i take the image backup and if that possible with other software like gost image.
View 2 Replies
ADVERTISEMENT
Mar 3, 2011
Is there a way/command to back up all data from a Red hat Linux 4 serve[Including user rpofiles, data, group info, encrypts] either to a Red hat Linux 5.4 machine or as an Image file or manageable resource?
View 1 Replies
View Related
Dec 16, 2010
I have a CentOS 5.5 server that has just recently been updated to 5.6 running PostgreSQL 8.4 and Drupal for an internal website. The server is also acting as a shared network storage between the Linux server and Windows desktops with Samba.
I just recently purchased a license to run Symantec Backup Exec System Restore 2010 for Linux and the only operating systems that are supported are RedHat and Suse Linux.
Does anyone know of a nice open source solution that we can use to create backup images of the server?
In the event of a server crash, we want to be able to rebuild the server via a bit-by-bit backup image.
The CentOS 5.6 is 32bit
View 5 Replies
View Related
Oct 6, 2010
when i use rsync command to backup my image file , it shows the following error message.
bash: line 1: /usr/bin/rsync: Argument list too long
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: remote command could not be run (code 126) at io.c(463) [receiver=2.6.8]
The command which i used is rsync -avrl -e ssh cms@server:/data/cms/data/images/* /mnt/Backup/Intranet_cms_backup/images
View 7 Replies
View Related
Jan 14, 2010
I need to backup my active production servers (yeah it's too late now) with image cloning application that were running RHEL3-5. The problem is I need to run it remotely from my office. Most of the software I found either need to use bootable cd or need to unmount my partitions which is I wasn't allowed to since it's a production servers. I also tried dd but it consume too much time, sector by sector cloning and empty disk space also included so the file created also big in size.
View 4 Replies
View Related
Oct 27, 2010
We have some servers that run in very harsh environments (research vessel) that need to have high-availability.We have software RAID 1 for some measure of resiliency, along with proper data backups (tapes etc), however we would like to be able to break out a new server and re-image it (including RAID setup) from a known good copy if the hardware completely fails on the production box. Simplicity of the process is a big plus.I am interested in any advice on the best way to approach this. My current approach (relatively new to Linux administration, totally new to MDADM) is to use DD to take a complete gzipped copy of one of the RAID'ed devices (from a live CD): ode:
dd if=/dev/sda bs=4096 | gzip -c > /mnt/external/image/test.img then reverse the process on the new PC, finally using Code:mdadm --assemble to re-create and re-build the array.
View 1 Replies
View Related
Jun 12, 2010
I have been looking for a complete backup solution like "Acronis True Image Backup and Recovery" on Windows for Slackware a while.
View 12 Replies
View Related
Jul 26, 2009
I have a CentOS5 server with a 1tb hard drive.There is only 80gb of data on that huge drive and now I want to make a bare metal recovery backup using AcronisMy question is, how can I estimate the amount of time the backup will take and the size of the image file? Is it based on the size of my drive or is it based on the amount of data on the drive?
View 1 Replies
View Related
Jul 25, 2011
Can anybody please suggest a backup-image solution for Fedora 14?I made some tests with Clonezilla: it works fine but, please correct if I am wrong, it requires booting from a Clonezilla CD and cannot be used to take an image backup while the computer is running.
View 4 Replies
View Related
Jan 6, 2010
If I use Clonezilla to backup my Ubuntu partition I get all sorts of problems trying to re-install Grub2 after image reinstall. If I backup the whole HD will this include Grub so when I re-install the image I get the whole thing back again?
View 4 Replies
View Related
Mar 3, 2010
What is best to make a image or a backup.
Whit what for program.
By a image form what partion do i have to make a image.
By backup what directory to backup.
so that when by linux is corrupt i can do a reinstall.
View 7 Replies
View Related
Apr 21, 2011
I have 4 different servers with exactly the same hardware. I set up one of them to have a centos install with all the basic stuff I'd like running on each one. I then created an image of the harddrive with the operating system, and stored it on an external drive. I used dd to copy the external image to one of the new machines. It worked fine, everything booted up as normal and with a few tweaks everything was great. The problem is that the drive is rather large (500gb) and it takes days for dd to copy it over. I decided to try a different route, I booted to a usb (using the linux distro on the ultimate boot cd pre-loaded with gparted). There are two partitions on the external drive, a small (100mb) partition which can easily be copied over with gparted, and the larger 480+gb lvm partition.
Gparted doesn't support lvm, so I used fdisk to create a new lvm partition on the new machine, and then pvcreate/vgcreate/lvcreate to re-create the same volume groups/logical volumes that are in the image on the external harddrive. I rsync'ed all the information over from LogVol00, and made the same swap partition LogVol01 (which took WAY less time). I disconnected the hard drive and renamed the volume group to VolGroup00 (initiall I named it differently, since linux doesn't like having the volume groups named the same). I can mount the LogVol00 partition and see all the files as they should be. But when I try and boot up, it doesn't even go to grub, I just end up with a blank screen and blinking cursor. How to make the drive bootable? Alternatively, a better strategy than using dd to restore this image??
View 2 Replies
View Related
May 10, 2011
I install and tested Restore EE Backup server on a test PC with basic configuration and its working fine.
[URL]
The issue i have is where is the location these backup snapshots or files are saving? I want to add a separate Storage to save the backup?
View 1 Replies
View Related
Dec 22, 2010
Is it possible to create a backup iso image of protected DVD using dd command?
View 6 Replies
View Related
Aug 27, 2009
My laptop is Windows XP Fedora 11 dual boot. I am replacing it because of a defect. The original laptop is fairly new so I could simply start from scratch and setup everything again. But I was thinking there might be a way to do an image backup and restore. My new laptop will be identical to the old one
View 1 Replies
View Related
Jul 16, 2010
I have a fresh install of Ubuntu 10.04 and have configured it the way I like. Is there a way I can make a restore image to use for backups? I know there's software like Acronis for Windows to make bootable images, can you do something similar in Linux?
View 5 Replies
View Related
Jan 17, 2011
It says "This backup could take up 172 GB of hard drive space" and my C: "Used space" is at about 172 GB. So will the Ubuntu partition be backed up?
View 3 Replies
View Related
Jul 22, 2009
I have a new HP ML150 G6 Server. I had some trouble getting CentOS to recognise the RAID array, but with some help from a LQ user, I got it sorted :-)Now I need to make an exact copy of the system. Normally I would use Acronis Echo Workstation, or the newer Acronis Backup and Recovery 10. However, this software doesn't recognise the RAID array eitherAcronis tell me that they can't help as HP won't supply the source code for the driver, and a quick phone call to HP Support confirms this.So, finally you might say, I come to my question: Is there a Linux based tool that can perform the same action as Acronis? Or... does anyone know of alternative software that would do the trick
View 1 Replies
View Related
May 10, 2010
Does anyone know of any decent enterprise level backup solutions for Linux? I need to backup a few servers and a bunch of desktops onto one backup server. Using rsync/tar.gz won't cut it. I need like bi-monthly full HDD backups, and things such as that, with a nice GUI interface to add/remove systems from the backup list. I need basically something similar to CommVault or Veritas. Veritas I've used before but it has its issues, such as leaving 30GB cache files. CommVault, I have no idea how much it is, and if it supports backing up to a hard drive rather than tape.
View 7 Replies
View Related
Jun 16, 2010
I'd like to do a complete backup of my laptop, convert it to ISO, and then create a bootable flash drive with it. I'd like to be able to totally restore, or run (like in Live mode) the image.
View 6 Replies
View Related
Feb 3, 2010
I want to restore a HDD image I have to my laptop's HDD while booted off the Ubuntu Live CD.The laptop's HDD is unformatted and has no partitions.I expected this to work:$ sudo dd if=/path/to/backup.img of=/dev/sdaBut I'm tolddd: opening `/dev/sda': Permission denied.
View 1 Replies
View Related
Oct 1, 2010
I have decided to remove Windows from my disk, but I want to keep my current install of Ubuntu.
One possibility that sprang to mind was to make an image out of my Ubuntu install.
Since I dual boot, the disk is numbered "SDA2" (extended) "SDA5" (root) and then there is Swap. (Windows is the first part of the disk)
One question sprang to mind:
If I make an image out of it, what happens to the numbers? Will there be any conflicts? Not to mention the question of which program would be best (and easiest to use, preferably with a GUI, since I want to save time, not learn code).
And if I would go for a binary dump to an external disk (to put it back when the destination disk is empty), would the same problems arise? Or would that bring even more problems, like the issue of the swap partition, which I would have to receate, since it wouldn't fit on the "dump disk"?
This is all because the whole thing sounds very similar to placing the ubuntu partition to the front of the disk, which, as I have been told, is not a good idea.
View 9 Replies
View Related
Jun 9, 2011
I'm running Ubuntu 11.04 and would like to know how to backup a whole flash drive to a single image.
View 9 Replies
View Related
Jul 31, 2011
Well I've decided to move all my data from one VPS to another, and Iwanted to know if there was a way from within Ubuntu to make a full system image backup,ch I can then just transfer to the new Ubuntu VPS, and restore it there ..Unfortunately my VPS control does not have any working backup option right now, so I can only make the backup manually from within Ubuntu, if there is a way to do it
View 9 Replies
View Related
Dec 7, 2010
I Acer aspire 3620 and would like to backup whole system. My laptop has a 40Gig hdd. Is there a way I can either create an image or copy(clone) to another computer just in case I need it. If it matters I have a spare 40 gig drive on the other computer. The reason for doing this is so that I can try a system restore and if anything goes wrong I want to be able to transfer back. Also if it is posible how could I put it back and be bootable.
View 14 Replies
View Related
May 19, 2011
I have a a software "Acronis True Image Home".Is it possible to backup CentOS Linux?on Windows do I need to create a bootdisk from Acronis and then boot it up on linux server?I wanted to copy all the files from Server to External USB Hard Drive or via FTP
View 4 Replies
View Related
Jul 8, 2011
I just got a 2TB drive with the intention of backing up multiple Ubuntu machines to it. What would be the best way to do this, keeping ease of restoration in mind? Should I just copy each drive image to the BU drive, or use a utility like Back in Time?
View 8 Replies
View Related
Feb 26, 2011
I take an image from installed fedora14 with systemimager. Then I installed a copy of it on another system. After successful installation, Machine was rebooted and then I couldn't log in to system.
I tried log into system with in it 1 and that was done, then I created another user, but after running init 3 in commandline, it didn't log into the system again.
View 2 Replies
View Related
Apr 23, 2011
I used Clonezilla an older version not the latest to backup an entire NTFS Windows XP drive to DVD last year. I have a series of three (3) of these DVD's but now cannot restore the backup image back to the same PC. The problem is that when booting with Clonezilla I don't have an option to restore from a CD or DVD drive since the computer comes with two working CD/DVD drives that are detected by the BIOS when the POST is displayed. I used one of these drives to boot with Clonezilla and the other one containing the backup image Disk 1 of Disk 3. Clonezilla only detects the two hard drives and a USB drive which is removable. Is there a bug in the restore process because it allowed me to backup the entire image of the hard drive onto a DVD last year but this time around there are no CD or DVD drive options available to choose other then the CD drive Clonezilla was used to boot up.
View 8 Replies
View Related
Feb 20, 2010
I've a question in regards to RAID, im new to the whole RAID thing. Okay, my question. I have a machine with RAID 1, and I'd like to upgrade the two disks on this machine, BUT in case my backup image does not work, is it possible to power the machine off and re-insert the original disks back in and be rocking and rolling without a prob?
View 2 Replies
View Related