rdiff-backup FAQ

Table of contents

  1. When I try to run rdiff-backup it says "ImportError: No module named __future__". What's happening?
  2. What do the different verbosity levels mean?

FAQ

  1. When I try to run rdiff-backup it says "ImportError: No module named __future__". What's happening?

    rdiff-backup versions 0.2.x require Python version 2.1 or later, and versions 0.3.x require Python version 2.2 or later. If you don't know what version of python you are running, type in "python -V" from the shell. I'm sorry if this is inconvenient, but rdiff-backup uses generators, iterators, and nested scoping extensively, and these were only added in version 2.2.

  2. What do the different verbosity levels mean?

    There is no formal specification, but here is a rough description (settings are always cumulative, so 5 displays everything 4 does):

    0No information given
    1Fatal Errors displayed
    2Warnings
    3Important messages, and maybe later some global statistics (default)
    4Some global settings, miscellaneous messages
    5Mentions which files were changed
    6More information on each file processed
    7More information on various things
    8All logging is dated
    9Details on which objects are moving across the connection


Ben Escoto
<bescoto@stanford.edu>
Last modified: Sun Sep 9 02:49:57 PDT 2001