Question:
how to backup linux ubuntu server?
Ken_Gods_Gift
2008-11-22 03:44:24 UTC
Hi. We have a VOIP Server at the office and i cant figure out how i can back up it. The way i am thinking is using a program like Acronis® True Image Echo™ Server for Linux but it cost to dam much, need a free software or any other ways of backing up entire hdd or partion. I need to be able to backup the image onto a extrenal hdd and i wont mind getting my hands a little bit dirty with coding if needed or whatever. Thank You For Helping In Advance!
Five answers:
Jacko
2008-11-22 03:54:19 UTC
Hi,



Use Flyback, I do it's great and in the repositories. Use the link below to access a tutorial and install it exactly as they say and you are away. It even copes with saving to external drives and only saves changed files top save on space.



Here is the link:



http://www.howtoforge.com/creating-snapshot-backups-with-flyback-ubuntu-7.10



Hope this helps you mate.



Jacko
anonymous
2008-11-22 03:52:53 UTC
You don't need any software to do this you can use dd (should be installed already) to make a full image of the hard drive. Just a quick warning dd is one of the most dangerous commands on Linux if you get it wrong it will wipe you whole hard drive so read carefully and if you are not sure don't test it on the production server



Example

Backup your MBR

dd if=/dev/hda of=/root/hda.boot.mbr bs=512 count=1

Backup Your Data

dd if=/dev/hda | gzip > /media/usbdisk/harddrivebackup.img.gz
anonymous
2008-11-22 03:49:00 UTC
You can use the simple cp -Rf command in a script. Set up an appropriate partition on the backup drive.
?
2016-10-01 05:49:27 UTC
you will could desire to bear in ideas community connected storage (NAS), as this is going to on the entire grant extra beneficial flexibility. See the conventional 2 links. the subsequent 2 links communicate approximately diverse alternatives: perplexing drives linked to router and wireless outdoors perplexing drives.
anonymous
2008-11-22 03:51:22 UTC
maha


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...