← Back to team overview

nssbackup-team team mailing list archive

[Bug 768080] Re: incremental snapshots store more files than needed

 

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

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/768080

Title:
  incremental snapshots store more files than needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/sbackup/+bug/768080/+subscriptions


References