Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: the best backup system for knoppix?

  1. #1
    Member registered user
    Join Date
    Sep 2004
    Location
    Austin
    Posts
    70

    the best backup system for knoppix?

    Since using linux, I have finally got an installation that would kill me if I lost it...and trust me, the old linux saying, "if it aint broke, fix it till it is." is my mantra. I am looking for a program that allows me to do a disk by disk copy with the first disk being bootable. I have apt-cache searched and even installed a couple of them but they look a bit complex for my simple noob mind. Does anyone have a preference for both ease and function?

    thanx

    helios

  2. #2
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949

    Re: the best backup system for knoppix?

    Quote Originally Posted by helios17
    Since using linux, I have finally got an installation that would kill me if I lost it...and trust me, the old linux saying, "if it aint broke, fix it till it is." is my mantra. I am looking for a program that allows me to do a disk by disk copy with the first disk being bootable. I have apt-cache searched and even installed a couple of them but they look a bit complex for my simple noob mind. Does anyone have a preference for both ease and function?

    thanx

    helios
    I'm not really understanding what you want here. Do you want to make a iamge of a disk? (partimage) Do you want to make a perfect copy? (dd) What?

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    boot an alternative linux that don't mount your "beloved" system then do a dd.

    I continue to advice people to use loopback file system even for a HD installation. This will make future backup easier.

  4. #4
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: the best backup system for knoppix?

    Quote Originally Posted by helios17
    Since using linux, I have finally got an installation that would kill me if I lost it...and trust me, the old linux saying, "if it aint broke, fix it till it is." is my mantra. I am looking for a program that allows me to do a disk by disk copy with the first disk being bootable. I have apt-cache searched and even installed a couple of them but they look a bit complex for my simple noob mind. Does anyone have a preference for both ease and function?

    thanx

    helios
    'Disk by disk' copy...do you mean the equivalent of a master installation disk?
    This certainly should be possible, all 'normal' (ie not 'run from CD') distros do it but I've never seen a how to. I'm sure it involves more than a simple disk copy since at the very least you would have to create an install script which would boot up a mini system then install the applications etc to your target computer. One problem with just a straight disk copy would be that it would have the hardware setup for the source computer only.
    How big is your system? If you are 2 Gig or under you might be able to make a single disk 'remaster'. This can be done from a 'Knoppix style' HD install but might not work for a 'Debian' or 'beginner' style install. On the other hand, it just might work, only a year or so ago remastering from a HD install was just a pipe dream.
    Check with the How-to http://www.knoppix.net/docs/index.ph...HDInstallHowTo & see if you can make the big Knoppix compressed file system. If this goes OK, add a 'toHD' install somewhere on you system, then replace the 'KNOPPIX' file on your 'toHD' install with your new one & see if it will run. If so, proceed to make your iso & burn the CD.
    If it won't run or if it is too big to fit on a CD, it still may be useful as a backup, you could store it somewhere secure on your system. If you need to restore, "just uncompress & restore your system". I've put this in quotes because I don't know if it will work & haven't any idea how to do it (sorry).

  5. #5
    Member registered user
    Join Date
    Oct 2004
    Location
    Atlanta
    Posts
    38

    Backup Plan

    I have two 16 gb partitions on the same drive. One is my active knoppix system and the other is available for backup. I want to protect my ( at the moment !) working system from my LINUX stupidity by using dd to copy
    hdb1 to hdb2. If I boot from a knoppix cd willl

    dd if=/dev/hdb1 of=/dev/hdb2

    do the job. After I break my working system I plan to boot the cd
    and do the dd again

    dd if=/dev/hdb2 of=/dev/hdb1

    Corrections , suggestions and/or criticisms very welcome

    Thanks

  6. #6
    Member registered user
    Join Date
    Jan 2004
    Location
    Norway
    Posts
    80
    Hei

    IF you also have XP on your system (and sufficient funds) I would invest in Acronis 'True Image' (requires Nero 'InCD'). It has saved my life quickly and simply on several occasions!

    You can do disk to disk backup/restore to/from a hidden zone or disk to dvd.

    In fact its about the only thing I use XP for now...

    regards

  7. #7
    Member registered user
    Join Date
    Oct 2004
    Location
    Atlanta
    Posts
    38

    the best backup system for knoppix?

    Did the dd from hdb1 to hdb2.... appeared to work. Took 90 minutes.
    Can access everything on hdb2. Haven't tried to go back...
    more to come

  8. #8
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    the comand
    Code:
    cp -ax / /mount_ point_of_hdb2
    should work about as well.
    that wil just copu everything from hda1 to hda2 while preserving all filepermisions... then after copying it back just rerun lilo and enjoy

  9. #9
    Senior Member registered user
    Join Date
    Dec 2003
    Location
    Salt Lake City, UT, U.S.A.
    Posts
    1,338
    GaTk,

    About the only flaw I can see in your backup scheme is,

    Since you are backing up from hdb1 to hdb2, this may save you if, say the hdb1 partition goes crazy and you get it "mucked up", but, in the case where you have a complete hard drive failure, i.e. hdb goes out on you, you have your original and backup on the same drive.

    For a quick restore, you may want to use that hdb2 partition, for ease, and availability, but, a long term solution, you may want to include "off storing" that hdb2 to some other drive, or media, as a complete backup scheme. That way, if you need to quickly restore a single file, or the complete install, hdb2 is right there for use. In the case of a complete drive crash, you have the "fall-back" of a "off stored" hdb2 backup as well... Just some thoughts

  10. #10
    Member registered user
    Join Date
    Jun 2004
    Posts
    83
    rsync is your friend.

Page 1 of 2 12 LastLast

Similar Threads

  1. Backup Linux System
    By emmbec in forum Tips and Tricks
    Replies: 13
    Last Post: 01-14-2005, 02:24 AM
  2. Backup Program for Knoppix HDD Installed System
    By Cuddles in forum General Support
    Replies: 9
    Last Post: 11-26-2004, 10:57 PM
  3. Knoppix Live CD-Entire windows system backup to DVD via USB
    By mconzo in forum MS Windows & New to Linux
    Replies: 4
    Last Post: 09-06-2004, 02:09 PM
  4. Using knoppix to backup XP to USB HD
    By monkymind in forum General Support
    Replies: 13
    Last Post: 08-28-2004, 04:05 AM
  5. knoppix for backup
    By mohater in forum General Support
    Replies: 6
    Last Post: 08-16-2003, 11:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



DELL PowerEdge R730XD 24x 2.5

DELL PowerEdge R730XD 24x 2.5" Server Dual 750W Dual Heatsink - BareBones TESTED

$269.99



Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W picture

Dell PowerEdge R7525 Server 24X2.5(8XNVME)+H745 2xEPYC 7302 CPU 128G RAM 2x2400W

$3350.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount picture

SuperMicro Server 505-2 Intel Atom 2.4GHz 8GB RAM SYS-5018A-FTN4 1U Rackmount

$202.49



HP ProLiant DL360 G9 2x Xeon E5-2690 V3 24 Cores 2.6GHz P440ar 32GB DDR4 picture

HP ProLiant DL360 G9 2x Xeon E5-2690 V3 24 Cores 2.6GHz P440ar 32GB DDR4

$119.99



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB picture

PowerEdge R710 Rackmount Server 80GB RAM 2x XEON E5520 CPU 4.75TB

$200.00