Comment 4 for bug 768080

Revision history for this message
Rogach (platon7pronko) wrote :

Same problem here (my main disk was changing device name after restart) - and adding "--no-check-device" to tar.py solved the problem.

Here is the diff (sbackup 0.11.3):

*** tar.py 2011-12-12 07:55:08.149261001 +0400
--- tar.py.orig 2011-12-12 07:53:11.209261001 +0400
***************
*** 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
--- 249,255 ----
      options = ["-cS", "--directory=%s" % _FOP.pathsep,
                 "--ignore-failed-read",
                 "--blocking-factor", str(constants.TAR_BLOCKING_FACTOR),
! "--totals"
                ]

      # includes and excludes