summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix license (acknowledgement must include the contributors).Chris Wilson2007-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | Document RAID options better, and mention that they are deprecated. Improve clock time warning (use a DocBook <warning/>). Change some invalid <link>s to <ulink>. Document setting up log rotation with logrotate, and how to restart syslogd. Replace some itemised lists with glossaries. Use <command> and <filename> in a few places where it should be used. Make "Adding and removing backed up locations" into a separate section, as I think it should be. Document the main configuration options (not yet the backup locations). Recommend that users compare their backups regularly and automatically with cron. (refs #3, merges [1657])
* Delete Nick's old outdated ReadMe.txt. (refs #3, merges [1656])Chris Wilson2007-07-26
|
* Include LICENSE.txt in client parcels.Chris Wilson2007-07-26
| | | | | | | Don't include Nick's old ReadMe.txt. (refs #3, merges [1655])
* License update. (refs #3, merges [1654])Chris Wilson2007-07-26
|
* Create logger object in the right place to avoid accidental triggering.Chris Wilson2007-07-26
|
* Typo compile fix.Chris Wilson2007-07-26
|
* More helpful error messages when location setup failed.Chris Wilson2007-07-26
|
* Add more debugging checks and messages for location setup errorChris Wilson2007-07-26
| | | | | | reported by Pete Jalajas (http://lists.warhead.org.uk/pipermail/boxbackup/2007-July/003668.html)
* Warn if an exception is thrown, with line number, as this shouldn't beChris Wilson2007-07-26
| | | | | happening on production systems anyway.
* Hopefully fix a bug reported by Tobias Balle-Petersen, where unusedChris Wilson2007-07-18
| | | | | | locations on the store would never be deleted because the timer would be reset on every backup pass (refs #3).
* Use a signed int instead of char for getopt, thanks Martin. (refs #3)Chris Wilson2007-07-05
|
* Make char signed to fix getopt usage on ARM and PowerPC, thanks to TBP andChris Wilson2007-07-04
| | | | | | Reinhard Tartler (refs #3, see http://lists.warhead.org.uk/pipermail/boxbackup/2007-July/003614.html)
* More debugging.Chris Wilson2007-07-03
|
* Hopefully work around buggy getopt implementation noted by TBP inChris Wilson2007-07-03
| | | | | | http://lists.warhead.org.uk/pipermail/boxbackup/2007-July/003614.html (refs #3)
* Remove --with-bdb-dir option, to avoid confusion and be consistent with theChris Wilson2007-07-01
| | | | | SSL flags. (merges [1717] by James O'Gorman, refs #3)
* Add --with-bdb-headers and --with-bdb-lib flags to configure to fix BerkeleyChris Wilson2007-07-01
| | | | | | | DB detection issues on FreeBSD. The original --with-bdb-dir flag is still present for systems that install BDB in a "standard" location. (merges [1714] from trunk by James O'Gorman, refs #3)
* Make test/bbackupd intercept timer tests a little less strict, becauseChris Wilson2007-06-30
| | | | | | object IDs can vary depending on the order that readdir() returns files in. (refs #3)
* Add extra debugging to help find out why getopt is behaving weirdlyChris Wilson2007-06-30
| | | | | | on debian etch (http://lists.warhead.org.uk/pipermail/boxbackup/2007-June/003603.html)
* Improved build targets, thanks to James O'Gorman (fixes #30)Chris Wilson2007-06-30
|
* Log reasons for failure to connect to a socket.Chris Wilson2007-06-28
|
* Add a new -F option for daemons, which runs in the foreground but stillChris Wilson2007-06-28
| | | | | accepts multiple connections, unlike -D or SINGLEPROCESS.
* Replace version in VERSION.txt, if it contains USE_SVN_VERSION.Chris Wilson2007-06-27
|
* Handle USE_SVN_VERSION in the middle of a version string.Chris Wilson2007-06-27
|
* Add lib/intercept to distribution manifest, to ensure that it getsChris Wilson2007-06-27
| | | | | distributed.
* Use SVN version in distributions built from this branch.Chris Wilson2007-06-27
|
* Handle USE_SVN_VERSION in distribution VERSION files.Chris Wilson2007-06-27
|
* Include <string> to avoid compile failures on BSD, thanks James O'Gorman.Chris Wilson2007-06-20
| | | | | (refs #3, merges [1698])
* Get it right this time.Chris Wilson2007-06-04
|
* Hopefully reset getopt in a way that's compatible with BSD and GLIBC,Chris Wilson2007-06-04
| | | | | thanks to Tobias Balle-Petersen for pointing out this bug.
* Add missing #include <errno.h>, thanks Tobias.Chris Wilson2007-06-03
|
* Fix the license in the docs to reflect the actual license. (refs #3,Chris Wilson2007-05-10
| | | | | merges [1652])
* Remove old support for Cygwin.Chris Wilson2007-05-09
| | | | | | | | | | | Remove lib/win32 dependency on lib/server (circular). Remove all dependencies on lib/win32. Enable all modules and tests on Win32. (refs #3)
* Gratuitous additional spaces (refs #3)Chris Wilson2007-05-09
|
* Fix emulated chdir to work with relative paths and with bbackupquery'sChris Wilson2007-05-09
| | | | | | | | | "sh" command (which doesn't like UNC paths). Fix error messages by removing surplus newline kindly added by Windows. (refs #3, merges [1514] and [1569])
* Slightly more progress information during tests (refs #3)Chris Wilson2007-05-03
|
* Make testfiles writable before trying to delete them, otherwise read-onlyChris Wilson2007-05-03
| | | | | tests might not work (refs #3)
* Read-only restore test fix (refs #3)Chris Wilson2007-05-03
|
* Add missing #include <errno.h>, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
|
* Fix running common tests in release mode, by not doing things thatChris Wilson2007-05-02
| | | | | crash in release mode, but assert in debug mode. (refs #3)
* Compile fix, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
|
* Read any remaining data from the encoded stream (such as EOF marker)Chris Wilson2007-04-29
| | | | | | before discarding it, to ensure that we don't break the protocol. (refs #2, refs #3)
* Report Restore_UnknownError properly during restore.Chris Wilson2007-04-29
| | | | | Report unknown result codes. (refs #3)
* Remove assertion that we are at the end of the stream when decodingChris Wilson2007-04-29
| | | | | finishes. This is not true when decoding raw files on disk. (refs #3)
* Remove unwanted blank line. (refs #3)Chris Wilson2007-04-29
|
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
| | | | | | read-only directories as a non-root user doesn't crash. Restore the correct permissions after restoring the directory's contents. (refs #3)
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
| | | | | | read-only directories as a non-root user doesn't crash. Restore the correct permissions after restoring the directory's contents. (refs #3)
* Initialise mSingleProcess flag to false (oops!) (refs #3)Chris Wilson2007-04-29
|
* Gratuitous cosmetic reformatting, to make the test easier to read (refs #3)Chris Wilson2007-04-28
|
* Call perl executable to execute external scripts, since shebang doesn'tChris Wilson2007-04-28
| | | | | work on win32. (refs #3)
* Remove misplaced hunk. (refs #3)Chris Wilson2007-04-28
|