Comment 46 for bug 989496

Revision history for this message
Alfonso de Cala (alfem) wrote :

I changed the line (/usr/lib/python2.7/dist-packages/duplicity/collections.py):

                    log.Debug(_("Ignoring file (rejected by backup set) '%s'") % filename)

to this:
                     print "Ignoring file (rejected by backup set", filename

and backups now work perfect!

So It seems debugs is the only part affected (?)