summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Prepend the system-required prefix to the named pipe name from theChris Wilson2007-10-17
| | | | | configuration file. (merges [1833])
* Pass the command socket name from the configuration to Chris Wilson2007-10-17
| | | | | | | | | WinNamedPipeStream, to allow multiple command sockets per system. Remove unnecessary newlines from log messages. (merges [1832])
* Don't initialise the command socket thread (on Win32) until theChris Wilson2007-10-17
| | | | | | | | | | | | configuration is known. Create the command socket (on Win32) with the specified pipe name in the configuration file. Commonise some code between Windows and Unix daemon startup. (merges [1831])
* Add script to notify sysadmin by email on backup failure on Win32, Chris Wilson2007-10-17
| | | | | | thanks to James O'Gorman. (merges [1830])
* Update to match improved comments generated by bbackupd-config in recentChris Wilson2007-10-17
| | | | | | | | | | | | | | versions. Increase maximum diffing time to 120 seconds (from 20). Enable KeepAliveTime by default and set to 120 seconds. Link to James O'Gorman's NotifySysAdmin.vbs VBScript which works on Windows, replacing the default shell script. (merges [1829])
* Don't abort if one of the location paths doesn't exist, just print a Chris Wilson2007-10-17
| | | | | | | | | | warning and continue. Use an auto_ptr to avoid memory leaks when setting up a location fails. (merges [1828])
* Document the need for -v options when using LogAllFileAccess.Chris Wilson2007-10-16
|
* Fix double backslashesChris Wilson2007-10-08
|
* Revert to decimal properly, and also after logging an Object ID.Chris Wilson2007-10-08
|
* Fix wrong comments, thanks to Nestor Arocha Rodriguez.Chris Wilson2007-10-08
|
* Test that redundant locations are really deleted after the time expires.Chris Wilson2007-10-08
|
* Die if infrastructure/makebuildenv.pl or infrastructure/makeparcels.pl failsChris Wilson2007-10-08
| | | | | during configure.
* Log the name of missing configuration keys before throwing exception.Chris Wilson2007-10-08
|
* Revert from hex to decimal default format after logging an account number.Chris Wilson2007-10-08
|
* Allow configuration of the time to delete redundant store locations.Chris Wilson2007-10-08
|
* Fix crash when notifyscript is called for BackupStart or BackupFinish.Chris Wilson2007-10-08
|
* Set the locale from the environment, so that international charactersChris Wilson2007-09-23
| | | | | may be entered when using editline.
* Compile fix.Chris Wilson2007-09-23
|
* Undo bad changes (not all exclude options take a regex).Chris Wilson2007-09-21
|
* Fix regular expression syntax in examples, thanks Roy!Chris Wilson2007-09-21
|
* Added Debian initscripts, thanks to James Stark.Chris Wilson2007-09-19
|
* Replace trunk with chris/merge.Chris Wilson2007-09-19
|\
| * Don't include the install-backup-client script in Windows builds, as it'sChris Wilson2007-09-19
| | | | | | | | | | pretty useless without Cygwin, and of marginal use with it (refs #24).
| * Fix compiler warning. (merges [1820], [1821])Chris Wilson2007-09-07
| |
| * No need to print syslog() messages any more, now that we have a loggingChris Wilson2007-09-07
| | | | | | | | | | framework. (merges [1814])
| * Don't initialise MemLeakFinder twice when running as a service.Chris Wilson2007-09-07
| | | | | | | | | | | | | | Return a non-zero exit code if running as a service fails. (merges [1813])
| * Fix comments. (merges [1812])Chris Wilson2007-09-07
| |
| * Win32 compile fix (logging framework abuse). (merges [1810])Chris Wilson2007-09-07
| |
| * Document and enable KeepAliveTime option by default.Chris Wilson2007-09-07
| |
| * Format account number properly (8 hex digits).Chris Wilson2007-09-01
| |
| * Fix error message when failing to create remote directory for location.Chris Wilson2007-09-01
| |
| * Call the notify script whenever backup starts or finishes, but theChris Wilson2007-09-01
| | | | | | | | | | | | default script does nothing in this case. Requested by scott <scott@lubetech.com.au>.
| * Use sigset() instead of signal() to ensure that SysV systems (like Solaris)Chris Wilson2007-09-01
| | | | | | | | | | will not clear our signal handler after firing it.
| * Use ProgressNotifier to report upload exceptions (merges last part of [1342])Chris Wilson2007-09-01
| |
| * Log more detailed errors when the server returns an error while uploadingChris Wilson2007-09-01
| | | | | | | | | | a file. (merges [1781])
| * Update the comments in the generated configuration file to better describeChris Wilson2007-08-31
| | | | | | | | | | the available options and their units.
| * Fix $bsd_make to not be defined on GNU/kFreeBSD, which uses GNU Make.Chris Wilson2007-08-30
| |
| * Fix quiet-build makefiles to work on BSDsChris Wilson2007-08-28
| |
| * Fix documentation comments on ExcludeDir/AlwaysInclude.Chris Wilson2007-08-05
| | | | | | | | | | Fix warning about mounted filesystems to reflect current reality.
| * Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
| | | | | | | | | | instead. (refs #3)
| * Undo removal of syslog() header, still needed in this file.Chris Wilson2007-08-02
| |
| * Quiet make by default (make V=1 to override) (refs #3)Chris Wilson2007-07-31
| |
| * Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
| |
| * Remove compare again. (refs #3, merges [1651])Chris Wilson2007-07-26
| |
| * Reinsert dependency of test/backupstorefix on bin/bbackupctl (refs #3,Chris Wilson2007-07-26
| | | | | | | | | | merges [1650])
| * Build server parcel on Windows too, since some people want it.Chris Wilson2007-07-26
| | | | | | | | | | (refs #3, merges [1701])
| * Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in C++ style. Add a function to get default config file paths at runtime, dependent on the location of the executable being run. Pass the config file name directly to Daemon::Main, instead of faking argv. No default raid file path at compile time on Windows, depends on executable location when run. Determine RaidFile path at runtime if not supplied in config file on Windows. Don't define default locations for config files at compile time on Windows, provide macros to determine them at runtime instead. Make FileHandleGuard take a std::string instead of a char array, C++ style. Determine config file location at runtime instead of hard-coding on Windows. Thanks to Paul MacKenzie, Per Thomsen, Pete Jalajas, Stuart Sanders, Dave Bamford and Gary for pushing me to do this. (fixes #12) Determine config file path at runtime. Call Daemon::Main with config file name instead of building fake argv. (refs #3, merges [1684] [1685] [1686] [1687] [1688] [1689] [1690] [1691] [1692])
| * Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
| | | | | | | | | | in C++ style. (refs #3, merges [1684])
| * Make RaidFileController::Initialise take a std::string instead of aChris Wilson2007-07-26
| | | | | | | | | | char array, in C++ style. (refs #3, merges [1683])
| * Fix regex tests for HAVE_REGEX_SUPPORT. (refs #3, merges [1682])Chris Wilson2007-07-26
| |