Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: I lost a big project backup

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

    Re: I lost a big project backup

    Hi, all...thanks for your responses!

    halitech: I think my "Thunar" is the equivalent to your "Nautilus" as I am xubuntu. When I press Thunar I get the window that I think it's correct to call a directory named: chris-file manager. I seem unable to find an opportunity to press CTRL+H.

    cariboo907: Thanks for the tip about enclosing the search string with quotation marks.
    tgalati4: I'll make a habit of using the underline instead of spaces.
    In the meantime, I changed the name of this file to the non-space form.
    And to the two of you, I was unable to get a response. Here's what
    I typed: find/ "-chris_June_29th,_2009.abw"(enter)
    Where did I go wrong...I'm going back and do it again, just to double check...

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

    Re: I lost a big project backup

    You missed the space between find and /. Also, if you are unsure of the exact filename, then add "-name" to the command. Just copy and paste the command below:

    Code:
    find / -name "-chris_June_29th,_2009.abw"
    Everything that has a Beginning, has an End

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

    Re: I lost a big project backup

    I pasted that in and got a maybe a couple hundred types of "Permission denied".
    I thought I had the space in there...sometimes that space looks tiny compared to THIS type-style..be that as it may...

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

    Re: I lost a big project backup

    chris@chris-desktop:~$ find / -name "-chris_June_29th,_2009.abw"
    find: /var/lib/gdm: Permission denied
    find: /var/lib/PolicyKit: Permission denied
    find: /var/run/sudo: Permission denied
    find: /var/run/cups/certs: Permission denied
    find: /var/cache/ldconfig: Permission denied
    find: /var/cache/system-tools-backends/backup: Permission denied
    find: /var/spool/cron/crontabs: Permission denied
    find: /var/spool/cron/atspool: Permission denied
    find: /var/spool/cron/atjobs: Permission denied
    find: /var/spool/cups: Permission denied
    find: /tmp/gconfd-root: Permission denied
    find: /tmp/orbit-root: Permission denied
    find: /root/.gnome2: Permission denied
    find: /root/.synaptic: Permission denied
    find: /root/.gnome2_private: Permission denied
    find: /root/.aptitude: Permission denied
    find: /root/PDF: Permission denied
    find: /root/.gconfd: Permission denied
    find: /root/.gconf: Permission denied
    find: /root/.hplip: Permission denied

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

    Re: I lost a big project backup

    Quote Originally Posted by Chris Edgell View Post
    Hi, all...thanks for your responses!

    halitech: I think my "Thunar" is the equivalent to your "Nautilus" as I am xubuntu. When I press Thunar I get the window that I think it's correct to call a directory named: chris-file manager. I seem unable to find an opportunity to press CTRL+H.
    Your Thunar in Xubuntu is the same as my thunar in Debian. CRTL + H is done on the keyboard or you can go View - Show Hidden files, same result
    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

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

    Re: I lost a big project backup

    I just can't seem to "get" what screen I'm to be looking at when I press CTRL+H.
    It can't be just looking at the "Desktop" because nothing happens if I'm there when I press. Sorry if I sound so, how shall I say, dumb??!!

  7. #17
    Join Date
    Feb 2006
    Beans
    5,714

    Re: I lost a big project backup

    open Thunar and when it opens and you are looking at your files, press Crtl + H
    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

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

    Re: I lost a big project backup

    I have clicked around here and there, I can't do anything with Thunar.
    What can I learn about it???

    [If I am in an open file and press Ctrl+H I do get a find and replace with box even though I'm hard pressed to find something and replace it with something else.]

  9. #19
    Join Date
    Oct 2006
    Location
    Lyon, France
    Beans
    839
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: I lost a big project backup

    I've been following this thread without posting.

    I get the feeling the OP translated the -name argument to find into -chris at some point, and is trying to find a filename with spaces in it by replacing them with underscores after another poster pointed out that spaces are usually unwieldy in the command line.

    I think the correct find command is closer to this :

    Code:
    find / -name "June 29th. 2009.abw"
    or assuming that he kept his files in his home directory,

    Code:
    find ~ -name "June 29th. 2009.abw"
    This is the first age that's paid much attention to the future, which is a little ironic since we may not have one.
    -- Arthur C. Clarke

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

    Re: I lost a big project backup

    Okay, (thanks for joining in); but before I go to try that, tell me, if you've read it all then you know I'm looking for the backup file--or is it most probably as one has said,really gone.

    But if I were looking for a backup file in future, would I end that line with:
    2009.abw*.bak~." ? [do I have the *.bak~." right?]

Page 2 of 3 FirstFirst 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
  •