Results 1 to 2 of 2

Thread: tar.bz2 skipping file???

  1. #1
    Join Date
    Sep 2010
    Beans
    11

    tar.bz2 skipping file???

    I'm creating a directory backup using "tar -cjvf backup.tar.bz2 dirname" all has been working perfectly, but lately one particular file is not making it into the archive. I noticed the file permissions were slightly different, but I changed them to 0644. Still tar is skipping the file and I'm not sure why.

    One more thing. I made a copy of the file, in the same directory but used a ".old" extension rather than ".php". The .old file IS making it into the archive, but the .php file is not. I've even deleted the .php file entirely and created a new one... didn't help.

    Any ideas on what could be preventing tar from including this file?

    thanks!

    Mike

  2. #2
    Join Date
    Oct 2006
    Location
    New York
    Beans
    1,118
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: tar.bz2 skipping file???

    What if you try /bin/tar both with the whole directory and again with only the file which is being passed over.
    xubuntu minimal, extensive experience, lshw: http://goo.gl/qCCtn
    blog: http://goo.gl/yLg78
    Linux viruses: http://goo.gl/6OCKA

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
  •