Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Backups  (Read 14559 times)

0 Members and 1 Guest are viewing this topic.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Backups
« on: December 24, 2007, 01:52:16 AM »
What is the best way to do a full, complete, backup of your system?
To the point where, if I managed to completely destroy my server computer, I could completely restore it again?

(I have been considering attempting a RAID configuration, but I doubt my hardware supports it... and it seems a bit complicated.)

Ubuntu Server (updated)
3GB HDD (still thinking about upgrading this...)

DaveLembke



    Sage
  • Thanked: 662
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Backups
« Reply #1 on: January 13, 2008, 09:59:31 PM »
I'd clone the HD if you can dupe it and just want a restore point! or run a full backup to DVD-R with a DVD Burner which can be done through Linux. If you had a dual booting system with Windows/ Linux, you can Ghost the entire HD and revert back. BUT ghost will ghost the ENTIRE Linux Partition including free space when a Linux partition is present because it can not differentiate the actual data compared to free space, so it copies all the space as well. Learned this the hard way with a 160GB HD and a 120GB Linux Partition, 40GB Fat 32 partition for Windows 2000 Pro and interplatform data sharing. Had to bail out of that image that would have been extremely wasteful since the Fedora Core 5 was only about 5 Gigs of the 120.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: Backups
« Reply #2 on: January 14, 2008, 10:07:53 AM »
Are there any free disc image programs that know how to handle the EXT3 format?

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: Backups
« Reply #3 on: January 14, 2008, 10:46:15 AM »
probably.....
Check sourceforge.net

Sid



    Apprentice
  • Thanked: 8
    • Experience: Experienced
    • OS: Windows XP
    Re: Backups
    « Reply #4 on: January 14, 2008, 04:02:44 PM »
    Might something like "Grsync" be helpful?

    It's available in Synaptic.

    Zylstra

      Topic Starter
    • Moderator


    • Hacker

    • The Techinator!
    • Thanked: 45
      • Yes
      • Technology News and Information
    • Certifications: List
    • Computer: Specs
    • Experience: Guru
    • OS: Windows 7
    Re: Backups
    « Reply #5 on: January 14, 2008, 06:13:54 PM »
    Might something like "Grsync" be helpful?

    It's available in Synaptic.

    What is it exactly?

    Zylstra

      Topic Starter
    • Moderator


    • Hacker

    • The Techinator!
    • Thanked: 45
      • Yes
      • Technology News and Information
    • Certifications: List
    • Computer: Specs
    • Experience: Guru
    • OS: Windows 7
    Re: Backups
    « Reply #6 on: January 14, 2008, 07:08:39 PM »
    Quote
    grsync is a simple graphical interface using GTK2 for the rsync command line
    program. It currently supports only a limited set of the most important rsync
    features, but can be used effectively for local directory synchronization.
    So, this will just copy it as-is without putting it into some weird .tar.gz file?

    Also, I dont have a graphical interface. Will it still work?

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: Backups
    « Reply #7 on: January 15, 2008, 02:29:47 AM »
    All you really need is the dd command.  See >here< and >here<.
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    Sid



      Apprentice
    • Thanked: 8
      • Experience: Experienced
      • OS: Windows XP
      Re: Backups
      « Reply #8 on: January 15, 2008, 05:08:20 PM »
      Quote
      grsync is a simple graphical interface using GTK2 for the rsync command line
      program. It currently supports only a limited set of the most important rsync
      features, but can be used effectively for local directory synchronization.
      So, this will just copy it as-is without putting it into some weird .tar.gz file?

      Also, I dont have a graphical interface. Will it still work?

      Uh...well, I don't think so.  Basically it's the GUI equiv to the "rsync" command...as it says up there, so if you get some more info (read:google) "Rsync" then you should be laughing.

      And yes, it just copies it, I use it to keep my iPod updated with files I keep on a separate partition...like syncing new music.  Get me?

      Zylstra

        Topic Starter
      • Moderator


      • Hacker

      • The Techinator!
      • Thanked: 45
        • Yes
        • Technology News and Information
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 7
      Re: Backups
      « Reply #9 on: January 22, 2008, 05:19:14 PM »
      Okay...

      (Just decided I need to stop delaying)

      Considering I dont have a blank CD, or my Ubuntu disc at the moment.. what do I type to copy my main drive (/dev/hda1) to me second drive (/dev/hdb1)?

      Rob Pomeroy



        Prodigy

      • Systems Architect
      • Thanked: 124
        • Me
      • Experience: Expert
      • OS: Other
      Re: Backups
      « Reply #10 on: January 25, 2008, 06:45:51 AM »
      All you really need is the dd command.  See >here< and >here<.
      Only able to visit the forums sporadically, sorry.

      Geek & Dummy - honest news, reviews and howtos

      Zylstra

        Topic Starter
      • Moderator


      • Hacker

      • The Techinator!
      • Thanked: 45
        • Yes
        • Technology News and Information
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 7
      Re: Backups
      « Reply #11 on: January 25, 2008, 05:07:25 PM »
      All you really need is the dd command.  See >here< and >here<.
      I swear I looked at it! I honestly did, Rob! I did!

      Trying it as we write...
      (dd if=/dev/hda of=/dev/hdb)
      Sh*bleep*
      Just realized: I should have read the directions...
      I didnt use a Linux Live CD... I dont have one at the moment. I will do this as soon as I can

      Rob Pomeroy



        Prodigy

      • Systems Architect
      • Thanked: 124
        • Me
      • Experience: Expert
      • OS: Other
      Re: Backups
      « Reply #12 on: February 07, 2008, 05:40:54 AM »
      How's it going?
      Only able to visit the forums sporadically, sorry.

      Geek & Dummy - honest news, reviews and howtos

      Zylstra

        Topic Starter
      • Moderator


      • Hacker

      • The Techinator!
      • Thanked: 45
        • Yes
        • Technology News and Information
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 7
      Re: Backups
      « Reply #13 on: February 07, 2008, 12:56:34 PM »
      How's it going?
      I just got the CD back yesterday, I will be trying it ASAP, and will get back to you all soon

      Zylstra

        Topic Starter
      • Moderator


      • Hacker

      • The Techinator!
      • Thanked: 45
        • Yes
        • Technology News and Information
      • Certifications: List
      • Computer: Specs
      • Experience: Guru
      • OS: Windows 7
      Re: Backups
      « Reply #14 on: February 07, 2008, 01:14:11 PM »
      Okay, so, I recently discovered that my Linux Installer CD (Ubuntu Server Edition) does not have a properly working terminal. It does have BusyBox, however, apparently, the DD command does not work. What shall I do?