*** tar.py.bak 2012-01-02 17:48:27.023665094 +0100 --- tar.py 2012-01-02 17:49:44.772138271 +0100 *************** *** 249,255 **** options = ["-cS", "--directory=%s" % _FOP.pathsep, "--ignore-failed-read", "--blocking-factor", str(constants.TAR_BLOCKING_FACTOR), ! "--totals" ] # includes and excludes --- 249,256 ---- options = ["-cS", "--directory=%s" % _FOP.pathsep, "--ignore-failed-read", "--blocking-factor", str(constants.TAR_BLOCKING_FACTOR), ! "--totals", ! "--no-check-device" ] # includes and excludes