duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Error "Bad tarinfo name ././@LongLink"


From: Ben Escoto
Subject: Re: [Duplicity-talk] Error "Bad tarinfo name ././@LongLink"
Date: Sun, 09 Mar 2003 18:13:51 -0800

>>>>> "RB" == Rob Browning <address@hidden>
>>>>> wrote the following on Sun, 09 Mar 2003 17:00:19 -0600

  RB> Right, though I'll probably need to add some annotations to the
  RB> source so I can see roughly where it is when it fails, so I'll
  RB> know which files are likely culprits.

Ok, then if just raising the verbosity (like -v7 or similar) doesn't
work, you can try adding some print statements, like this patch to
diffdir.py does:


--- diffdir.py  2002-11-30 14:27:17.000000000 -0800
+++ diffdir.py.new      2003-03-09 18:11:23.000000000 -0800
@@ -144,6 +144,7 @@
                                break
                else: raise DiffDirException("Bad tarinfo name %s" % 
(tarinfo.name,))
 
+               print "======> sigtar2path_iter on file", name
                index = tuple(name.split("/"))
                if not index[-1]: index = index[:-1] # deal with trailing /, ""
 

-- 
Ben Escoto

Attachment: pgpuTnJOjKBuv.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]