Ticket #53 (new defect)
Opened 3 years ago
Comparing root directory locations does not work under Windows
| Reported by: | chris | Owned by: | chris |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | bbackupd | Version: | 0.11rc2 |
| Keywords: | windows win32 compare drive root fail | Cc: | brendon@… |
Description
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 >
Note: See
TracTickets for help on using
tickets.
