Miek Gieben <[EMAIL PROTECTED]> wrote: > Next, when I try this tar cmd line: > /home/miekg/tmp/tar/src/tar --create --listed-incremental inc-file > --no-recursion --files-from filelist.miekg.doc --verbose --file > miekg-doc.tar > > I get /ALL/ directories from /home/miekg/doc including .svn/ > directories which I deliberate did not include in the filelist.
Yes, that's the way --listed-incremental works now. It processes entire directory no matter what other options say. > I really needs these options to work with each other. Is there > a way to fix this? Currently there is none. You may try to use --newer instead of --listed-incremental, though. Regards, Sergey _______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
