From boxbackup-dev at boxbackup.org Mon Feb 9 23:32:34 2009 From: boxbackup-dev at boxbackup.org (Box Backup) Date: Mon, 09 Feb 2009 23:32:34 -0000 Subject: [Box Backup-commit] #53: Comparing root directory locations does not work under Windows Message-ID: <042.acf6af57d7d17b61370545811db0ba68@boxbackup.org> #53: Comparing root directory locations does not work under Windows ---------------------------------------------------+------------------------ Reporter: chris | Owner: chris Type: defect | Status: new Priority: major | Milestone: 0.11 Component: bbackupd | Version: 0.11rc2 Keywords: windows win32 compare drive root fail | ---------------------------------------------------+------------------------ Brendon Baumgartner reports: {{{ I setup the config for Path = C:\ and Path = C: and I wasn't able to do a compare -a -q. Looking at the logs, it seems things get hung up on permission/access errors. Is it possible to have compare skip the files that error so that it does work? Errors are below. Currently in my configs, I have path=C:\ and then setup exclusions. query > compare -q -a WARNING: Quick compare used -- file attributes are not checked. WARNING: Location 'Cdrive' path ends with '\', compare may fail! WARNING: Exception thrown: CommonException(OSFileError) at BackupQueries.cpp(1642) WARNING: Location 'Ddrive' path ends with '\', compare may fail! WARNING: Exception thrown: CommonException(OSFileError) at BackupQueries.cpp(1642) query > compare -q -a WARNING: Quick compare used -- file attributes are not checked. WARNING: Failed to access local directory 'C:': Permission denied (13) WARNING: Failed to access local directory 'D:': Permission denied (13) query > }}} -- Ticket URL: Box Backup An open source, completely automatic on-line backup system for UNIX. From boxbackup-dev at boxbackup.org Mon Feb 9 23:38:55 2009 From: boxbackup-dev at boxbackup.org (Box Backup) Date: Mon, 09 Feb 2009 23:38:55 -0000 Subject: [Box Backup-commit] #54: Locations not found on disk (e.g. unmounted filesystems) cannot be protected Message-ID: <042.66bee89132c4e29341ee9d5a49ff5dc7@boxbackup.org> #54: Locations not found on disk (e.g. unmounted filesystems) cannot be protected -------------------------------------------------+-------------------------- Reporter: chris | Owner: chris Type: enhancement | Status: new Priority: normal | Milestone: 0.11 Component: bbackupd | Version: 0.11rc2 Keywords: location missing mount delete store | -------------------------------------------------+-------------------------- Torsten reports: I tested this DeleteRedundantLocationsAfter and i think it does not exactly what i want. I have set DeleteRedundantLocationsAfter = 99999999 Locations not found on the local disk are never deleted, no matter if they are activated in bbackupd.conf or not. I want this: * Locations activated in bbackupd.conf and not found on local disk -> never delete from backup store. * Locations not activated in bbackupd.conf and not found on local disk -> delete on backup store after some time (for example the known value of 48 hours). Can you help me with this? Perhaps i forgot to activate some value in the config? -- Ticket URL: Box Backup An open source, completely automatic on-line backup system for UNIX.