The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Introducing Backup4Linux!

    Discussion in 'Linux Compatibility and Software' started by Thomas, Sep 6, 2008.

  1. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Alright guys this is my new linux program.
    Basically it backs up your home folder and tars it.
    It also restores.
    It backs up & restores settings, files, and eventually your entire OS!
    Currently in Version 0.3 you can find it here: http://backup4linux.wikidot.com/home.

    Next on the agenda:
    • A GUI written in pygtk
    • Full OS backup(currently researching)
     
  2. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    Looks like a very promising project. You could definitely add more options for the /home backup though. Perhaps a way to backup/restore only the hidden (.) files. Or maybe, once you've set up the GUI, options to backup common hidden folders and files with important config settings (e.g. .mozilla, .purple, .qt, etc.).

    I don't know anything about Python. The only "programming" I do is in BASH. :D But I'll try to help out with what I can. You're using a lot of BASH-specific code anyways, so I should be able to help some. :)

    Keep up the good work. ;)
     
  3. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    I actually rewrote it in Dash & C++ to test it out, I found python more suited.
    The GUI should have many more options, but as of right now, it works :p
    EDIT: BTW, I'm trying to keep it inline with KISS, so I'm aiming for it being simple and fast.
     
  4. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Should be VERY easy to make the GUI.......now to decide on wxpython or pygtk...
     
  5. srunni

    srunni Notebook Deity

    Reputations:
    96
    Messages:
    854
    Likes Received:
    0
    Trophy Points:
    30
    Do PyQt ;/

    Qt >> GTK
     
  6. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Actually I was looking into 2 versions, will decide later.
     
  7. KrieGLoCK

    KrieGLoCK Notebook Evangelist

    Reputations:
    39
    Messages:
    372
    Likes Received:
    0
    Trophy Points:
    0
    looks and sounds cool, am getting the source code and will try it out tonight!

    Thanks ;)
     
  8. szandor

    szandor Notebook Evangelist

    Reputations:
    66
    Messages:
    323
    Likes Received:
    0
    Trophy Points:
    30
    have you tried out mondo? i've been using it to back up my laptops to a bootable iso. i've also successfully backed up lvm and raid installs to bootable iso's. it's pretty straight forward if you want to see how they implement tar/ramdisk.
     
  9. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Sweet idea, now does Grub boot isos? It boots imgs.