duplicity-tracker
[Top][All Lists]
Advanced

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

[Duplicity-tracker] [bug #21896] Two problems with rsync under 0.4.8 + p


From: Kenneth Loafman
Subject: [Duplicity-tracker] [bug #21896] Two problems with rsync under 0.4.8 + patch
Date: Thu, 27 Dec 2007 01:28:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20060601 Firefox/2.0.0.11 (Ubuntu-edgy)

Update of bug #21896 (project duplicity):

                  Status:             In Progress => Ready For Test         

    _______________________________________________________

Follow-up Comment #2:

I have marked this 'ready for test' however, I would like someone to look at
the code that AZ spotted that just flat makes no sense.  At line 661 in
backends.py, (rsync delete) there is the following:
        for file in dont_delete_list:
                path = os.path.join (dir, file)
                to_delete.append (path)
                f = open (path, 'w')        <---create file
                print >>exclude, file
                f.close()                   <---close it
Why do we create an empty file that we're not going to delete?  I'm not
following the logic of this at all.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21896>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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