Wednesday, September 24, 2014, 3:07:55 PM, you wrote: > A couple of things: > 1) When you first installed duplicity was it from .deb or from a tarball? > If it came from a tarball, you'll need to manually remove the tarball > version and reinstall the .deb upgrade you just did. They install to > different locations and the problem may be mixed sources. > 2) If that does not fix the problem, check > /usr/shared/pyshared/duplicity/globals.py around line 118. print_globals > should be True. Hi Kenneth, I just checked: git:~# locate duplicity/globals.py /usr/lib/python2.7/dist-packages/duplicity/globals.py /usr/lib/python2.7/dist-packages/duplicity/globals.pyc /usr/share/pyshared/duplicity/globals.py git:~# diff /usr/share/pyshared/duplicity/globals.py /usr/lib/python2.7/dist-packages/duplicity/globals.py git:~# So there is no difference and /usr/share/pyshared/duplicity/globals.py has: # If set, print the statistics after every backup session print_statistics = True So it ought to be correct and not a stale file. -- Sander > On Wed, Sep 24, 2014 at 4:30 AM, sander eikelenboom < >