summaryrefslogtreecommitdiff
path: root/bin/bbackupd
Commit message (Expand)AuthorAge
* 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
* 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
* Don't initialise MemLeakFinder twice when running as a service.Chris Wilson2007-09-07
* Fix comments. (merges [1812])Chris Wilson2007-09-07
* Document and enable KeepAliveTime option by default.Chris Wilson2007-09-07
* 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
* 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
* Update the comments in the generated configuration file to better describeChris Wilson2007-08-31
* Fix documentation comments on ExcludeDir/AlwaysInclude.Chris Wilson2007-08-05
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Fixed object use after delete, thanks Gary! (refs #3, merges [1673])Chris Wilson2007-07-26
* Fixed object store read/write, fixes #18 properly, thanks Gary!Chris Wilson2007-07-26
* Undo bad merge of [1658] and [1669] (refs #3, merges [1671])Chris Wilson2007-07-26
* Apply remaining parts of Gary's patch, missing from [1658], thanks GaryChris Wilson2007-07-26
* MSVC compile fix, thanks Gary. (refs #3, merges [1666])Chris Wilson2007-07-26
* Apply Gary's patch from ticket #19 to respect the server's hard limitChris Wilson2007-07-26
* Apply Gary's patch to save the list of unused root directory entriesChris Wilson2007-07-26
* Delete Nick's old outdated ReadMe.txt. (refs #3, merges [1656])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
* Hopefully fix a bug reported by Tobias Balle-Petersen, where unusedChris Wilson2007-07-18
* Fix formatting bugs. (refs #3)Chris Wilson2007-04-28
* Notify about full file uploads. (refs #3)Chris Wilson2007-04-28
* Improve log message for NotifyFileUploading(). (refs #3)Chris Wilson2007-04-28
* Log event name instead of numeric code. (refs #3)Chris Wilson2007-04-22
* Use logging framework to remove timer noise for those who don't want it.Chris Wilson2007-03-24
* Move all command socket communications to the worker thread, to avoidChris Wilson2007-03-24
* Reformat long lines for readability. (refs #3, merges remainder of [1459])Chris Wilson2007-03-24
* Better handle a case where a force-sync command comes in immediatelyChris Wilson2007-03-24
* iUse our new ClientException codes for clock skew and archive problems.Chris Wilson2007-03-24
* Add new exception codes for use in bbackupd, and possibly other clients.Chris Wilson2007-03-24
* Trace reasons for uploading (or not) each fileChris Wilson2007-03-22
* Add a new notification constant, NotifyEvent_BackupError, for use whenChris Wilson2007-03-22
* Stop locations from being deleted from the store just because their localChris Wilson2007-01-25
* Moved MakeFullPath into its own library file so that we can share itChris Wilson2007-01-17
* Allow suppressing warnings about unsupported file types by excluding thoseChris Wilson2007-01-16
* Cosmetic whitespace fix (refs #3)Chris Wilson2007-01-16
* Log AccessDenied errors in a more concise form than general exceptions Chris Wilson2007-01-16
* Allow Loggers to log everything, as is their wont. Master level will beChris Wilson2007-01-15
* Log important output at NOTICE level, instead of INFO (refs #3)Chris Wilson2007-01-15
* Skip mount points and NTFS reparse points inside a location, even ifChris Wilson2007-01-15
* Don't die on unreadable files (refs #3)Chris Wilson2007-01-14
* Always start by logging everything to syslog, even when running on the Chris Wilson2007-01-12
* Added logging of directory scans and excluded files. (refs #3)Chris Wilson2007-01-11
* Added a new config option, LogAllFileAccess, which will log access to every Chris Wilson2007-01-11