summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.cpp
Commit message (Expand)AuthorAge
* Remove backslashes from comment, which could mean line continuation.Chris Wilson2011-04-22
* Remove duplicate code by caching the relative path of the backup locationChris Wilson2011-04-22
* Only initialise COM once, at bbackupd startup.Chris Wilson2011-04-14
* Actually try to back up from the VSS snapshot volume.Chris Wilson2011-04-09
* Store the snapshot ID and lookup the resulting device name, building theChris Wilson2011-04-08
* Actually create a VSS snapshot.Chris Wilson2011-04-08
* Fix string access violation.Chris Wilson2011-04-06
* Add VSS: prefix to VSS log messages.Chris Wilson2011-04-06
* First attempt to extract some data from VSS, not useful yet.Chris Wilson2011-03-28
* Fix abort if the local data directory doesn't exist.Chris Wilson2011-03-27
* Rate limit file uploads using the configured MaxUploadRate, if any.Chris Wilson2011-01-12
* Quick fix to stop deletion of redundant locations when Chris Wilson2010-10-07
* Add support for account numbers greater than 0x7fffffff without wrapping.Chris Wilson2010-06-06
* Undo compile breakage due to bad paste.Chris Wilson2010-02-24
* Remove all references to bdb databases, use QDBM instead.Chris Wilson2010-02-22
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
* Add location of config file as an additional parameter to the Chris Wilson2009-11-26
* Wrap long lines for readability.Chris Wilson2009-03-19
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Reformat comment.Chris Wilson2008-12-27
* Reduce severity of some log messages about notifying systemChris Wilson2008-12-01
* Log statistics before BackupFinish event, so that they can be usedChris Wilson2008-10-04
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
* Add file logging support (LogFile and LogFileLevel config options).Chris Wilson2008-09-26
* Prefix event log application name with Box Backup, and remove it fromChris Wilson2008-09-14
* Handle sysadmin notifications and calculate next sync time in Chris Wilson2008-08-21
* Pass a RunStatusProvider and a ReadLoggingStream::Logger from Chris Wilson2008-08-21
* Move the code that runs a backup with exception handling into its ownChris Wilson2008-08-10
* Fix redundant logging of command socket messages.Chris Wilson2008-08-08
* Log the error code returned by NotifyScript.Chris Wilson2008-08-03
* Add missing #include, thanks to Alex Howansky.Chris Wilson2008-07-02
* Track and log file deletions by name.Chris Wilson2008-05-28
* Fix crash when notifying sysadmin of an invalid event code.Chris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Use logging framework rather than printf to log when messages are sent Chris Wilson2008-03-13
* Sun CC compile fix: doesn't like assigning an iterator to a const_iterator.Chris Wilson2008-01-22
* Use the specified service name when installing and removing the service.Chris Wilson2007-10-17
* Add "-h" and "/?" options to display usage in Daemon.Chris Wilson2007-10-17
* Use Daemon's delegated option processing instead of our own hacks.Chris Wilson2007-10-17
* Don't initialise the command socket thread (on Win32) until theChris Wilson2007-10-17
* Don't abort if one of the location paths doesn't exist, just print a Chris Wilson2007-10-17
* 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
* 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
* 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