General :: How To Backup Data To CD / DVD?
Feb 24, 2010
What are the options to backup data to CD/DVD from command line interface. Don't want to use K3B and Nero Linux. Want to backup using "tar" like utility. Please suggest good articles or options.If we can use tar itself to backup data to CD. Then how?For example I want to backup my /home directory to a DVD. I don't want to use GUI tools for this.
View 2 Replies
ADVERTISEMENT
Feb 4, 2011
I am now preparing myself to upgrade lenny to squeeze and decided to do a backup on my system. I used backup-manager to do the job and it worked fine. how do you restore said backup data?
View 4 Replies
View Related
Feb 24, 2010
I am a little confused in distinguishing Backup, compressing and Archiving data. Help me to figure out how these can be useful.
View 2 Replies
View Related
Nov 10, 2010
How to backup my Linux server for preserving data in case if hard disk crashes?
View 2 Replies
View Related
Jul 30, 2009
I have couple hard drives from different linux distro's. on the hdd's are logical volumes created. what i want to do is to backup the data from those hdd's. but when I connect some of them and boot up the system it
gives me an error that there are volume group duplicated and it list the UUID. My host system is centos 5. What is the best solution to rename those volume groups or to mount the drives from other systems, so the data will not get lost?
View 2 Replies
View Related
Apr 30, 2011
My hard disk is failing and I amnot able to boot into the system! Currently I have logged into the system uing Live CD! Any way to compress and back up the data in my hard disk in an efficient way!
View 6 Replies
View Related
Feb 15, 2010
i setup the following script ro run each night (12am) as a cron on the main server:
if mount | grep -q '/home';
then
rsync -ranv --delete /home/ 138.73.56.12:/home;
[code]....
the main server is running on a dell poweredge 2600. The script rsyncs to a virtualised duplicate running on a hp dl380. when i set this script up and begn running data started going missing from the main server. if new files had been created the files by staff they would go missing, if data was added to existing files prior to activating the script the new changes made to that file would be lost.i just cant understand why this happened. as soon as i turned the script off after a few days it was all back to normal but the data that had gone missing had gone missing.
i just wanted to know if this could be a disk read/write issue, was the script running too soon not allowing data to be written before it can be backed up? could it bee memory? i just dont know. another developed occured after a few days of all this happening, which was one of our hard disk from the main server started mis behaving and flashing amber (attention).
View 5 Replies
View Related
Aug 19, 2010
Now, i thinking solution: Backup Data on Server CentOS to HDD Box. When server error, i can restore Server from HDD Box.
View 1 Replies
View Related
Feb 16, 2011
I am trying to backup data files from a Debian Lenny server (in my office) to a second Debian Lenny box at my home. I was going to try rsnapshot configured for daily & weekly backups.My question has to do with access to the backup files. I can get into my hmoe server via ssh (specifically putty & winscp). If I need a specific file, is it easy to log into my home machine and simply find the file(s) I need in the directory tree? Is there some other (simple) method you would recommend instead?
View 1 Replies
View Related
Jan 8, 2009
How to backup in such way that, data will be backed up in every 1 hour...but every time not full data;; only the data/file which have been modified within last 1 hour. Its on locally. And how to back up local data to remote system. Because I have tried with ssh-keygen also , but everytime its requiring password.
View 1 Replies
View Related
Dec 30, 2009
I want to have brasero or k3b do a data check after burning a backup cd. I know that in Nero for Windows you just click on the box that says "verify after burning". For brasero I see that you need an md5 file but it will be to tedious to use an md5 utility to make a checksum for every file and then put in in a txt.
View 3 Replies
View Related
Apr 14, 2010
I have installed also Vista on my PC, but "Documents and Settings" f.e. is void if I mount the Vista partition. In this case its not very important. But a week ago i'd run a XP-Laptop with 9.04 live-CD for backup. That worked fine (The XP was very damaged). I put the 40GB data on my PC through the WLAN during one night without any aid else. All the XP files are well accessible. And I put it back later on a fresh XP.But what would have happen with a Vista-Laptop? Anyone an idea how to reach all Vista or 7 files with a live CD? Or at least from my installed 8.04 to installed Vista.
I think it works alternatively from Win7 running using a USB hard drive adapter if you change the rights on Vista or 7 on the connected hard drive. Not tested.
View 2 Replies
View Related
Sep 2, 2009
how to backup both the system and the data from my Red Hat Server to a share on a windows SBS server where the regular network backup will take it off-site every night. The Red Hat Server is basically a web server on the LAN using RAID 1 to ensure some redundancy in the discs and is used as an internal web server for an administration system.
The Windows SBS server is the domain controller and rest of the network is totally windows based. The SBS server has large discs which host all of the general data to be backed up and is controlled by a 3rd party IT company. We have a share created on the SBS Server which is to backup all of the information from the Red Hat box to ensure we can potentially restore the system quickly in case of a major problem.
The thorn here is that I am working on a different site to the Red Hat Box and have to do everything over SSH. the Red Hat server has Samba running but I have not used it to mount an external windows share? Is there an 'out of the box' backup software on the Red Hat server that I can control over ssh to do the job? The biggest worry for me is the backing up the system to a state where it can be popped on a disc and the system restored from the backup - or most of it anyway - enough to get the server back on its legs.
View 2 Replies
View Related
May 12, 2011
I installed a fresh version of squeeze, with kde, and it worked fine. After I untarred my backup /home and /etc, things came to a standstill. I got a final ERROR code after /home. After a restart I got a 'fix your system' warning requiring a Control-D, which I couldn't type. I had used tar -xzvpPf ...... If I had included a -w, which asks for confirmation before overwriting data, could I have prevented this problem.
View 1 Replies
View Related
Feb 22, 2010
Currently I have bacula backing up the contents of my server on a daily basis (Mon-Fri) on to a tape. There are in total 9 backup tapes so far. One for each day of the week (Mon-Thurs) and one for every Friday in the month (so there are 5 friday tapes). The tapes are all from the same pool and once the tapes are full they should then get recycled. As I understand and from what I have seen, the data from my server backups up to the tape and is then marked with the append status. Every time that tape is used, data is then appended onto the tape until the tape is full. At this point it is marked as full but wont be recycled until all the tapes from the pool are marked as full (so until all 9 tapes are full).
My question is, is there a way of overwriting the data on the next backup on the tape, rather than appending or requiring that all tapes in a pool are full before a tape can be recycled. As the mon-thurs tapes currently cant be recycled until all the Friday tapes have been used. The reason why I dont have seperate pools for the Friday backups and the other days of the week or even seperate pools for each day of the week, is that if a tape is accidently not changed or someone puts in the incorrect tape by accident a backup will still occur. Which is better than no backup!
View 2 Replies
View Related
May 6, 2010
I am not able to detect my USB hard drive in Linux rescue mode after passing "fdisk -l" as i want to take the data backup in my USB hard disk.
View 1 Replies
View Related
Nov 27, 2010
I accidentally deleted the Thunderbird 3.0 profile in both Ubuntu 10.04 and Windows Xp (home) along with their backups. So i really have 2 questions.1. How to identify which files to Undelete, perhaps using NtfsUndelete?2. How To get Thunderbird to switch to using an old backed up profiles folder.So far the problem with my 2 is that Thunderbird just claims that a version of Thunderbird is already open (it isn't) and then closes down.
View 4 Replies
View Related
Feb 10, 2010
I managed to damage my 11.2 installation so it starts in the GUI mode only in failsafe mode. Actually I tried before to repair the installation, using the install DVD, but the automatic repair procedure failed. More than that, since then boot loader also seams to be "repaired" so that the Windows installation doesn't appear in the boot menu, but this is another thing.For me, now, the fastest way to get a stable system is to make a new installation. The biggest problem is that I cannot save/backup the emails and accounts settings in an elegant way. I'm using Thunderbird. Of course I would also like to save other apps settings.So is there a way to save user application settings so that I can used them after a new install? I had a look to the yast backup tool but these seams to be a way to archive files, or am I wrong?
View 9 Replies
View Related
Sep 29, 2010
My primary drive is 250GB and has the root, home and var (I'd read it's good to put var on a separate partition for MythTV which I'm planning on doing) on separate partitions. I have a second 1TB drive that I'll be using to backup the 250GB drive and also host less critical data. I've created two partitions on this drive, one 250GB and the other covering the rest of the drive. I'd like to move the Videos directory out of Home on the 250GB onto the 1TB drive but can't find a definitive way of doing this. Should I just follow this guide for moving the home folder to a new partition? Next question is when performing a backup of the 250GB drive how do I make sure it's going to the 250GB partition on the 1TB drive? Can the different partitions be mounted separately?
View 2 Replies
View Related
Oct 12, 2010
I have searched and searched for answers to this question, but I can't find what I'm searching for anywhere. At least with the search terms I'm using.So, my question is, is there a backup software for Linux that backs up not only a user's home folder, etc, but also the user's applications, and its associated data.
I am about to upgrade my mother's computer to Lucid, but I don't want to do that until I can find a backup solution that will ensure she doesn't lose any of her application data. She has a lot of apps on her netbook, so just finding out where each individual app stores its data and backing it up is kind of out of the question. Unless every app that the end-user uses (that isn't run as root, obviously) stores its data in the home folder, then it would be easier.Honestly, I use a Mac and I guess I'm just used to the simplicity of Time Machine, which certainly backs up applications, application data, user data, and even extra executables in all the /bin folders (which Macs don't typically use to store most applications). I've heard TimeVault is like Time Machine, but when I tried to use it on her computer, it wouldn't work because it wasn't compatible with the version of Ubuntu that was (and still is) on her computer.
View 6 Replies
View Related
Feb 15, 2011
I already have an ubuntu backup server in my location and need this one server to be backed up remotely in another state. this other location is a helpdesk so there's a danger that they can gain access to confidential data. I'll be setting up this new server as an ftp server but need to set the ftp folder to only allow access to the backup server and me. Because its remote on the helpdesk side, they'll need some access to the file system but need to be completely blocked off from the ftp folder where all the data is at. How can I make sure I can keep them away from my data and still be able to retrieve or copy files over without permission issues between both servers?
View 9 Replies
View Related
Feb 26, 2011
I just installed natty. I use Deja dup to backup my photos to the server in my basement, but now I can't find them. I really cant understand why theyre gone, but they are, maybe because I'm unorganized. Anyways, my hard drive may not be totally overwritten. Can i rescue my old data, or at least parts of it? How?
View 2 Replies
View Related
Feb 15, 2011
we've been trying to become a bit more serious about backup. It seems the better way to do MySQL backup is to use the binlog. However, that binlog is huge! We seem to produce something like 10Gb per month. I'd like to copy the backup to somewhere off the server as I don't feel like there is much to be gained by just copying it to somewhere else on the server. I recently made a full backup which after compression amounted to 2.5Gb and took me 6.5 hours to copy to my own computer ... So that solution doesn't seem practical for the binlog backup.Should we rent another server somewhere? Is it possible to find a server like that really cheap? Or is there some other solution? What are other people's MySQL backup practices?
View 8 Replies
View Related
Mar 2, 2010
I am under orders from She who must be obeyed that I must fully backup her data as she had a loss of information due to a hard drive failure.Presently I am having her make available her info as shared documents on her XP system and I am copying this data over to my Ubuntu (Karmic) desktop. I would also like to have a USB Hard Drive save the information in order that I can safely store this away from a live system.
So far things are working not too bad but She wishes to have all her backup that was available on DVDs and salvaged from posted material assembled as one complete resource. I can with some effort put this into some semblance of order but do not feel like doing the work twice.I would like some method of easily copying / transferring data to the external HD. Additionally I would like to be able to update data daily and be able to with minimal effort have this synced onto the external HD.
View 4 Replies
View Related
Sep 30, 2010
I'm trying to use wget to retrieve some data from our tape backup utility (HP Command View 1/8 G2 Autoloader). The URL requires two parameters for the info I want to retrieve. I have searched for a few hours and have tried numerous combinations to get the data but the parameters aren't being executed. I have escaped the URL as well.
Code:
wget --user=x --password=x --recursive --no-clobber --page-requisites --html-extension --convert-links --no-parent -O ssi.html "10.0.x.x/inventory_status.ssi?mag_0=1&mag_1=1"
returns:
Code:
<HTML><HEAD><TITLE></TITLE></HEAD><BODY>
<SCRIPT LANGUAGE="javascript">
top.location.href='logout.ssi';
[code]....
View 3 Replies
View Related
May 15, 2010
I tried a 9.10 -> 10.04 upgrade that went fail. I can now get it to the login screen where it gives a hard freeze. Same with recovery. I can get to a command line, but not with networking so
So I finally said screw it, I'm going to doa fresh install. I downloaded and burned 10.04 at work. Not, it is giving me an installer error when I boot from it, but then it will load the desktop from the LiveCD.
All I really want to do is grab some data that I didn't get when I backed up by home directory, then I can go back and do a fresh install. I can even download a new 10.04 CD if I need to because the installation files are screwed up or something.
The problem is that some of the files have permissions on that that show as an 'X' on the icon and it won't let me copy them to my USB backup drive.
How can I copy the files marked with an 'X' that have this permission issue?
View 3 Replies
View Related
Aug 28, 2010
Rsnapshot is a software written in Perl to make backup of local and remote file system. The well proven rsync is behind this utility. rsnapshot does not need root user intervention to restore the data of a normal user. It does not take much space in your Backup server. It can be easily automated (scheduled) to make life easier. Just setup once and forget it configuration. Basically it takes snapshot of file system (or a part of) in regular interval such as hourly, daily, weekly and monthly.
This can be configured easily through a simple text based configuration file. The above task can be setup in a few easy steps in a few minutes. Two major tasks are configuring rsnapshot and openssh automatic login. To make the backup automatically, we need to automate the remote login in a secured way. This can be done through openssh tools. This scenario depicts backup of desktop (assuming that IP address is 192.168.0.100) data to a backup server. My desktop runs on Ubuntu 10.04 and backup server runs on Debian Squeeze. [URL]
View 2 Replies
View Related
Jan 6, 2011
All my data is stored on a separate device/partition: a 2TB USB disk with one ext4 partition. I have 3 more USB disks: 1x 1TB + 2x 500GB = 2TB right ? I want to backup my data from the 2TB volume to the (older/slower/cheaper) other volumes combined. I am thinking to use LVM to group the 3 smaller USB disks into one 2TB logical volume and use that to back up the 2TB primary volume. Do you think that is a good idea? In case of disaster I can replace the 2TB primary disk and restore from my 2TB logical volume right ?
What happens if :
I have to replace my internal hard disk and reinstall ubuntu? Can I re-attach the logical volume ?One of the physical volumes of my volume group dies ? Can I remove it and replace it with a new physical volume (bound to have other dimensions) ?Understandably I will loose my backup data?PS: running Ubuntu 10.10 .
View 5 Replies
View Related
Feb 25, 2011
I am using software RAID in Ubuntu Server Edition 9.10 to mirror(RAID1) two 1TB harddrives. These are used for data storage and websites.I also have a 80GB harddrive for the operatigsystem. This drive has no backup or RAID at all. Should this drive crash and the system therefore to become no longer bootable, will I be able to recover the data the 1TB drives or should I backup the 80GB drive as well?
View 3 Replies
View Related
Feb 28, 2011
I am running Ubuntu 10.04, and i recently purchased an tandberg LTO-4 SAS tape drive. I want to access it and backup data on it. Do I simply just connect plug it into the server,and I should be able to backup/transfer data to the tape drive? Or are there intermediate steps before I can do that. Here are some results from commands that I have typed:
Quote:
ls /dev/tape/
by-id
Quote:
ls -lt /dev/tape/by-id/
total 0
lrwxrwxrwx 1 root root 9 2011-02-25 14:54 scsi-3500110a00145553e -> ../../st0
lrwxrwxrwx 1 root root 10 2011-02-25 14:54 scsi-3500110a00145553e-nst -> ../../nst0
[code]....
View 4 Replies
View Related