|
Revision 353, 1.1 KB
(checked in by ben, 5 years ago)
|
|
Merge chris/bb-save-state, resolving conflicts
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | ================================================================================================================ |
|---|
| 2 | Bugs |
|---|
| 3 | ================================================================================================================ |
|---|
| 4 | |
|---|
| 5 | * need a test to check that small files aren't tracked |
|---|
| 6 | * things like object ids don't have proper typedefs |
|---|
| 7 | * if a file changes while it's being streamed to the server, bad things will happen (exception in bbackupd, or corrupt file on server) |
|---|
| 8 | * if bbackupd gets an error then a signal, it may not wait it's full 100 seconds before retrying. And then won't stop the cycle... |
|---|
| 9 | * bbackupquery restore, if not root, then won't do file ownership properly, but won't alert the user to this fact |
|---|
| 10 | * empty (real) directories in the store aren't deleted when they're empty (and will never be used again) -- uses up disc space unnecessarily |
|---|
| 11 | * need unit tests for SSL keepalives and state saving (serialisation) |
|---|
| 12 | * make Archive derive from Protocol |
|---|
| 13 | * more automated tests for win32 |
|---|
| 14 | * change off_t to box_off_t in preparation for win32 large file support |
|---|
| 15 | * support large files on win32 by using native *i64 functions instead of posix |
|---|