Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: I lost a big project backup

  1. #1
    Join Date
    Oct 2008
    Location
    Chicago
    Beans
    755
    Distro
    Ubuntu 10.04 Lucid Lynx

    I lost a big project backup

    I made the mistake of doing loads of additional work on the backup copy. Now somehow that has gone, (I must have pressed save on the wrong version...) Any suggestions on where I could find the backup on my xubunto operating system? Hope I have worded all right.
    ................................
    It's not so much about weathering the storm as it is about learning to dance in the rain.

  2. #2
    Join Date
    Jul 2009
    Location
    New Hampshire
    Beans
    71
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: I lost a big project backup

    if you hit the wrong button and saved in a different format; it should be in your home directory ~/
    or if your like me and save it in documents; check there; lets just hope you did save the changes somewhere

  3. #3
    Join Date
    May 2008
    Location
    Beverley, UK
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: I lost a big project backup

    Assuming you didn't delete it, the first place to look is in your personal home folder at /home/username.

    If you know the name of the folder/file, or the extension, then you can use the find tool:

    Code:
    find /home/username -name '*.tar.gz'
    As an example, the above command will search for all files in /home/username, that have the extension .tar.gz
    Everything that has a Beginning, has an End

  4. #4
    Join Date
    Oct 2008
    Location
    Chicago
    Beans
    755
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I lost a big project backup

    I can click on "Home" and read through all the file folders and documents and do not see anything about anything called "Prayer".

    I have to go and see how the extension looks (if I go through all the steps and close up one file without saving and see how that automatic backup file looks.

    Thank both of you for your responses. As far as going to that place with the code, would that be typed into the terminal...I'm not just new, I'm almost computer illiterate, so it requires absolute simplicity to instruct me.

  5. #5
    Join Date
    May 2008
    Location
    Beverley, UK
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: I lost a big project backup

    Yep, it needs to be entered into the Terminal found at Applications > Accessories > Terminal. If the backup is called Prayer, then replace the command in post 3 with:

    Code:
    find /home/username -name 'Prayer*'
    Or search your entire machine for files with that name

    Code:
    find / -name 'Prayer*'
    Note that, this will include all mounted media (e.g. external hard disk drive's).
    Everything that has a Beginning, has an End

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: I lost a big project backup

    What was the program that you were using? Each program has different naming conventions for its backup files.

    If you open a backup copy and work on it then close it, and then open the current copy, the backup gets immediately overwritten. If that is what happened, then it's nearly impossible to recover the data without doing a forensic disk recover.

    There are tools in linux to do that, but they can take several hours. Probably exceeding the amount of work that you have put in already.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Oct 2008
    Location
    Chicago
    Beans
    755
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I lost a big project backup

    tgalati4, I was using AbiWord. I think you described what I did. I did have a "moment of truth" in passing, telling me to get the new stuff on the original instead of using the one called backup. Fortunately, I had finished the project (well, it was relatively big, for me, at 20 pages). I had finished it and run a copy, but had wanted to send it to my co-worker and now must do a lot of retyping and re-grouping of info.

    However, WRDN, as I tried your procedure, I discovered that I could not do it correctly enough to even find something that I knew where it was..wondering, if I show you what I typed in, can you tell me what I was doing wrong for that procedure to work in the future. I typed:
    find/ -chris June 29th. 2009.abiw(then I pressed enter)

    Thanks

  8. #8
    Join Date
    Feb 2006
    Beans
    5,714

    Re: I lost a big project backup

    1 thing to remember when looking for files is Prayer is not the same as prayer on a unix type system.

    Try opening Nautilus and press CTRL + H so it shows hidden files. I think the backup files are usually hidden and then see if you see your backup file
    Debian Testing(64bit) + XFCE4 AM2 5200+ ATI Radeon HD4350, 4gig RAM,320Gig and 750gig HDs

    what's the difference between an answer and a solution? An answer is what they want to hear, a solution is what they don't want to hear

  9. #9
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: I lost a big project backup

    Quote Originally Posted by Chris Edgell View Post
    tgalati4, I was using AbiWord. I think you described what I did. I did have a "moment of truth" in passing, telling me to get the new stuff on the original instead of using the one called backup. Fortunately, I had finished the project (well, it was relatively big, for me, at 20 pages). I had finished it and run a copy, but had wanted to send it to my co-worker and now must do a lot of retyping and re-grouping of info.

    However, WRDN, as I tried your procedure, I discovered that I could not do it correctly enough to even find something that I knew where it was..wondering, if I show you what I typed in, can you tell me what I was doing wrong for that procedure to work in the future. I typed:
    find/ -chris June 29th. 2009.abiw(then I pressed enter)

    Thanks
    You have to enclose your search string with qoutes eg:

    Code:
    find/ "-chris June 29th. 2009.abiw"
    As Linux does not deal well with spaces in file names. It thinks you are looking for seperate files: -chris, June, 29th.,2009.abiw.

  10. #10
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: I lost a big project backup

    As a rule, use underscores in your filenames: Sermon_Devil_with_a_blue_dress_on_1_Jul_09.abw

    Abiword does autosave every 5 minutes by default. This can be set in Edit-->Preferences. The default backup filename is *.bak~.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

Page 1 of 3 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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