Ubuntu Installation :: Restoring 95GB Backup.tar.gz File?
Jan 20, 2011
I did a backup of /photos /documents /downloads and /music with mintbackup creating backup on /dev/sdb1
I cannot get mintbackup to restore the file, and I was able finally to get /music file restored. Below is error from cli
Code:
BoredOOMM@ursa-major ~/temp $ sudo tar xzvf 2011-01-16-1424-backup.tar.gz
[sudo] password for BoredOOMM:
.mintbackup
Music/TheWhistler1947.zip
Music/SUSPENSE6.zip
Music/TheWhistler1946.zip
[Code]...
View 7 Replies
ADVERTISEMENT
Jul 7, 2011
I've been using 11.04 Unity, & quite like it. I fired up Blender 2.49b the other day (not used it for a long time) & its behaviour was very erratic. Due to this I decided to reinstall 10.10 for the time being, until October or maybe even the 12.04 LTS. I backed everything up & reinstalled 10.10. I then tried to restore my Evolution from the Natty backup file, which simply didn't work. The message was something about it not being a valid file. I'm assuming this is a non backwards compatibility issue.
Any way getting Blender to work or restoring Evolution? With regard to Blender (in Natty); I've not tried proprietary drivers for my GPU yet as the open source defaults have always been fine, so that's an option. It means another reinstall (of Natty), but that really isn't such a big deal at this point. With regard to Evolution (in Maverick); I found a ppa but I'm unsure how to proceed once I've added it. Would I do an apt-get update & an apt-get install evolution?
View 8 Replies
View Related
May 24, 2010
Several months back I backed up a windows hard drive using an ubuntu live cd and this commanddd if=/dev/hdx | gzip > /path/to/image.gzI now want to restore that image but so far have not been successfulI have tried to restore using this commandsudo dd if=/path/to/file.gz of=/dev/sdb1After some time has passed, the terminal reads23568129+1 records in23568129+1 records out12066882348 bytes (12 GB) copied, 1327.65 s, 9.1 MB/sIf I reboot to windows with the 2nd hard drive connected as a slave. I go to my computer to try and browse the files of the restored HD but when I double click the drive, windows saysthe disk is not formatted.I have also tried sudo dd if=/path/to/file.gz of=/dev/sdbAnd when I do this, the disk does not show up in places/my computer but it will show up in gparted and Disk Management
View 4 Replies
View Related
Jan 23, 2010
the links are my stage of backing up my / and /home, both on different partitions.
short-sum up: with rsync, 2-weekly, manual on an external disk.
viewtopic.php?f=10&t=47836&start=0
viewtopic.php?f=10&t=48582
all my test restores in vbox worked fine. i may use the backup as a second OS, so it works. but there i first deleted the old OS and than ran cp -a /media/backup_partition /media/restore_parititon.
yesterday i ran into trouble and had to restore my system.
mount /dev/sda1 /media/restore
mount /dev/sdb1 /media/backup
rsync -auv /media/backup/ /media/restore
that did work, but not so good. dpkg-errors, all non-repo-apps, like opera and some old thrash, were a mess. i had to reinstall them with dpkg to delete them. besides that the system is up and running, but it was a lot of work.
View 12 Replies
View Related
Jan 21, 2010
im trying to clone my ubuntu system installed in a laptop in case the laptop crashes.
But, first of all: when i try to restore the system in a new PC, could be incompatibilities because the hardware of the broken laptop and the new laptop is different?
I dont mind if i have to buy another laptop with the same processor type (i386, etc), but, for example, the type of the RAM could be cause of problems?
View 7 Replies
View Related
Jul 10, 2011
I'm doing an rsync backup to an external drive in order to take a shot at setting up partition encryption. My rsync command is, as root: Code: rsync -av / /external1/backup.Once I've finished my cryptsetup and done a fresh Linux install, what command should I use to properly restore my backup (without messing up the encryption setup)?
View 1 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 10, 2010
Before I reinstalled Ubuntu (this time allocating the entire disk to it as I never really used Windows any more) I backed up the entire contents of my /home folder using Deja Dup. Now that I am done reinstalling Ubuntu I am trying to restore the backup. However, when it actually begins restoring the backup, it says "Restore failed: failed with an unknown error".
View 9 Replies
View Related
May 1, 2011
Updated from Ubuntu 10.10 to 11.4. Boots only to grub. 11.4 Live CD results in very distorted video so option of reinstalling Grub 2 is not available. Since 11.4 Live CD has such bad video I want to go back to 10.10. Notebook system has one drive and no windows install. Live CD boot from 10.04 works with clean video, but when I try to copy filesystem /home/username it won't let me because I don't have permission. Properties says I am not owner so I can't change permission. Can someone tell me how I can get permission required to copy files in filesystem when booting from Live CD? Sudo command under terminal of Live CD appears to have no effect on harddrive filesystem files I'm trying to backup.
View 9 Replies
View Related
Nov 10, 2010
This script simply deletes files older than a certain age (in this case 7 days) from a certain location; I use it to purge old backups nightly, and it works as expected:
# delete backups older than 7 days
find /mnt/backup/* -mtime +7 -exec rm -Rf {} ;
The problem is, every morning I get an email with an error message something like this:
find: `/mnt/backup/subfolder': No such file or directory
View 2 Replies
View Related
Apr 30, 2010
After upgrading to 10.04 from 9.10 Win7 wouldn't startup any more. So I tried this HowTo: [URL] to restore Grub2. But now each time I boot up I get this two lines: error file not found grub rescue> I have NO idea what to do.
[Code]...
View 9 Replies
View Related
Sep 13, 2010
Can some one give me a sample of a crontab for backing a directory please, System is Ubuntu 9.04Quote:
#!/bin/bash
# this file is an automated backup script, backup.sh.
# this backs up my domain site.
[code]....
View 7 Replies
View Related
Aug 3, 2011
I was using Ubuntu, installed over Wubi in WindowsXP. Due to some hard disk issues, I was having some problems booting into Windows. But Ubuntu was working fine. So i backed up all my data from Ubuntu and somehow managed to back up the 'root.disk' from Windows.That hard disk turned out to have some bad sectors. Now I am over a new hard disk with all my data and WindowsXP freshly installed. I want to have my old copy of Ubuntu back as I have the 'root.disk' file with me. How shall I proceed?I tried installing a fresh copy of Ubuntu using Wubi and then replace the 'root.disk' file. But it showed some Grub error.
View 1 Replies
View Related
Sep 13, 2010
I've accidentally changed /usr/bin/php file on my server by running a cp command. I know this is bad, i just don't know how bad. Everything is working fine (websites using php), so i just wanted to know what this action could cause and also how can i restore original content
View 14 Replies
View Related
Mar 9, 2010
I worked everyday during 1.5 years on a Wubi installation of Ubuntu 8.10.
Before quitting my job I have made a simple copy of the root.disk file, thinking I could restore it easily later.
Now I would restore this system on a Virtual Machine (with Virtual Box)
Have you got an idea how i could do this??
(I already tryied to install another wubi on a virtualized Windows 7, the install complete but I can't see ubuntu in the boot loader...)
View 1 Replies
View Related
Dec 2, 2010
I re-installed ubuntu 10.04 for prep I did a backup with Simple Backup Config after reinstalling i restored with Simple Backup restore some installed software software now doesn't start and after troubleshooting i think problem is file permissions but i'm not sure which permissions of which files to change and what they should be changed to. has anyone had experience with this and if so is it because it works or because its the right way to do it and it works funny thing.. i can't find any forum posts with info on Simple Backup!
View 1 Replies
View Related
Aug 27, 2011
I turned my laptop in for repairs. I used someone else's USB drive to hold my pictures etc from that computer. I may have replaced the "pictures" folder tat was already on there, but I'm not sure if it was there in the first place. (Doesn't remember the "Are you sure you want to replace..." warning <.< >.>) I enabled hidden files, and there was a folder called .Trashes, instead of what you'd normally get. I copied my pictures onto my desktop, and then cleared the ones on the USB drive (left the folder). There was a folder named .000Trash-, or whatever it usually is. Only my pictures are in there. I'm confused, and don't tell me the pictures that were originally on the USB are gone forever.There's a tool for Windows, called Glary's Uilities that can get them back, supposedly. Not running windows, though
View 4 Replies
View Related
Jun 13, 2010
I may have posted this in the wrong section before. I had it in General Questions and wasn't getting any feedback there, so I'll try here. Okay, onto the problem...I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly.I installed trayer and tint2, along with nitrogen. I added the following lines to my ~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.
Here is my autostart.sh file:
# Autostart file for openbox
nitrogen --restore &
[code]....
View 11 Replies
View Related
Jun 13, 2010
I've decided to give openbox a try with Debian testing. I set up my right-click menu exactly how I want it, and everything else is set up perfectly. I installed trayer and tint2, along with nitrogen. I added the following lines to my ~/.config/openbox/autostart.sh file, but things aren't loading/restoring as they should. Tint2 and trayer don't load at all, and nitrogen isn't restoring my wallpaper. All I get is a black screen with my cursor, but the ability to right-click and open the menu, so it's not like X is dead. I did set the default wallpaper by issuing the command nitrogen /home/john/Pictures/Wallpapers, where "Wallpapers" contains all of my background images.
Here is my autostart.sh file: Code: # Autostart file for openbox nitrogen --restore & sleep 2s && tint -c /home/john/.config/tint/.tintrc) & (sleep 2s && trayer --expand true --transparent true --alpha 255 --edge bottom --align right --expand true --SetDockType true --widthtype request --margin 130) & I do have proper content in the .tintrc file located in /home/john/.config/tint/tintrc. Am I doing something wrong here?
View 4 Replies
View Related
Apr 9, 2011
I have installed an application manager(monitoring application) on my linux server. Now, i need to have backup schedule for my application. The application itself has executive file to backup database.But when i put this file in my crontab to schedule the backup program it wont run!50 09 * * * root /opt/ME/AppManager9/bin/BackupMysqlDB.sh
View 1 Replies
View Related
Jul 2, 2010
In an attempt to restore my ubuntu 9.04 desktop to its original settings, I entered the following in Terminal: rm - rf .gconf. gconfd .gnome .gnome2 .terminacity
and then reset.
The new desktop is cleaner, but now Evolution Setup Assistant wants me to reinstall. I don't think I have an archive file, so should I use the Assistant to install? Will I lose my mail, calendar and tasks if I do?
What if I just install version 9.1? Will it install using my old evolution files?
View 5 Replies
View Related
Jul 23, 2010
I hope this is the right sub-forum for a question like this. It seemed like the best match from what I could find, but my issue stems from installing Windows 7 after I already had Ubuntu installed. I don't know what details are important, so I'll be as thorough as I can. I was running Ubuntu 9.10 on a machine with two SATA hard drives. I was only using one since Ubuntu kept complaining that the second drive was having some issues. The drive with Ubuntu had only two partitions, one tiny one for the swap and the rest of the hard drive was the second partition.
I needed to install Windows for my work, and since I was not very familiar with the whole partition thing (which is the reason why the hard drive was basically one huge partition) I decided to follow this guide: [URL]... I backed up my important data, I used a live CD to create a new partition for windows, I backed up my MBR using the command given, and installed Windows 7. Everything went pretty smoothly. Now, whenever I boot up I don't get a choice of what OS to boot, it just goes straight to Windows, as expected.
I used the same live CD to restore the MBR using the command given on the guide, but I get this error:
dd: opening `/media/sda/mbr.bin': No such file or directory
[Code]...
View 4 Replies
View Related
Oct 7, 2010
I'm wanting to do a clean install but with a slow Internet connection it will take for ever to update and re-install my software from the Internet.Is there an easy way that I can use the packages that are saved in /var/cache/apt/archives with out hitting dependancy and version issues?
View 8 Replies
View Related
Nov 17, 2010
I've spent the better part of two days googling and trying out fixes. I've done quite a bit but still have the same issue.I want Ubuntu to be my secondary operating system. As such I'd like Ubuntu to be on the W7 bootloader, not W7 on Grub. This is, mainly, so that I can press power and not sit at the computer to manually select W7.I've tried EasyBCD, many times, but when I select both Grub (legacy) and Grub 2, add it, overwrite the MBR, and reboot, it wipes out the bootloader entirely, and Windows 7 boots up.
View 6 Replies
View Related
Apr 29, 2010
im running ubuntu 10.04 since Beta, using a couple of external packages. Since the new release I would like to go back to the original packages in a simple way, the problem is that this particular one (xorg-edgers) has so many dependencies that it is impossible to go back from synaptic.
View 1 Replies
View Related
May 29, 2010
Hi. I killed my /etc/apt/sources.list So i desided that dpkg-reconfigure will helps me to restore it, but I was wrong.
Code:
# dpkg-reconfigure apt
Why this command didnt restore sources.list file? Can someone give me standart sources.list for Ubunti 10.04 Server?
View 3 Replies
View Related
Oct 26, 2010
I backed up evolution from lucid but when I restored it in maverick although my inbox and addresses were there all the folders I had created didn't appear. As a check I have a netbook and the file transferred fine to that (10.04 netbook remix) -that is with all the folders.
View 2 Replies
View Related
Nov 3, 2010
i want to know that can we do partition in ubuntu 10.10 just like windows? The problem is, if we want to upgrade Ubuntu 10.10 to new version and we have installed lots of useful software than how can bring back the same softwares? Is there any kind of BACKUP AND RESTORE technique so that we can restore it once we have upgraded our Ubuntu.
View 7 Replies
View Related
Jan 31, 2011
I just installed ubuntu on my netbook, using a USB flash drive. I'd now like to return it to its normal use as storage so I don't have to carry my external hard drive around all the time. How do I reformat it now that the installation is done? should I keep it as a pendrive in case of problems and just get another flash drive
View 2 Replies
View Related
Jun 5, 2011
After doing a complete backup, I ran the update overnight. Ubuntu 10.04 was on my computer the next morning. While poking around, I noticed that the Kontact KAddressBook had no entries;Instead, I had display with three columns;Column #1, "Address Books" had the cryptic entry 'std.vcf' Clicking on it did nothing. Apparently, all my addresses were gone. Solution: Finding and Reloading the Addresses My addresses were in the vCard format, located in
/home/MYUSERNAME/.kde/share/apps/kabc/std.vcf
After checking to see that my backup file of std.vcf was the same size as the system file, I did the following, modified from instructions provided by Joao G. Peixoto joaogpeixoto Within the Kontact KAddressBook, I deleted the empty std.vcf addressbook; Edit Delete Address Book Then I generated a new address book to hold my addresses;
File
New
Add Address Book
KDE Address Book (Traditional)
[code]....
The [next] command took me back to the 3 empty columns. In a minute or two, 'Names' (column 2) began to fill up with my old contact listings
View 1 Replies
View Related