summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* Add bbackupquery -W<level> option to set explicit warning level, Chris Wilson2008-05-28
* Use symbolic names instead of #defines for return codes.Chris Wilson2008-05-28
* Track and log file deletions by name.Chris Wilson2008-05-28
* Shorten names used by daemons.Chris Wilson2008-05-28
* Catch exception on reading a directory that doesn't exist, and return a Chris Wilson2008-05-28
* Reformat for readability.Chris Wilson2008-05-28
* Catch server errors when listing a directory.Chris Wilson2008-05-05
* Add restore -f option to force restore to continue after an error.Chris Wilson2008-05-05
* Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
* Fix crash when notifying sysadmin of an invalid event code.Chris Wilson2008-04-09
* Improve LogAllFileAccess logging by making the simple case (file notChris Wilson2008-04-09
* Check the return code from system commands in bbackupquery, and if notChris Wilson2008-04-09
* Compile fix for progress bar changes.Chris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* [hg-svn @ 30cb6d2b5a2f18881f50ce8df5f7bd9e429f9fbb]Chris Wilson2008-04-04
* [hg-svn @ 9203d99fcfd5a6c90994bda6397aa55d9ac64458]Chris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Make usage output (from bbstoreaccounts info and bbackupquery usage)Chris Wilson2008-04-03
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* 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
* Correct sysconfdir and localstatedir as they weren't doing what they were sup...James O'Gorman2008-03-25
* Use logging framework rather than printf to log when messages are sent Chris Wilson2008-03-13
* Disable WSACleanup() in bbackupquery as I get an abnormal program Chris Wilson2008-03-01
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
* Correct typo in the NotifySysadmin.sh generationJames O'Gorman2008-02-12
* Add object cache debugging traces to bbstored.Chris Wilson2008-01-31
* Use @sysconfdir_expanded@ as default location for configuration files,Chris Wilson2008-01-28
* Fix warnings on HPPA due to assigning static strings to non-constChris Wilson2008-01-23
* Sun CC compile fix: doesn't like assigning an iterator to a const_iterator.Chris Wilson2008-01-22
* Don't warn about mount points which are excluded, thanks to Matt Brown forChris Wilson2008-01-20
* Even simpler replacement for [1977].Chris Wilson2007-12-09
* Properly report when we failed to lock the account, so that changesChris Wilson2007-12-09
* Ensure that restore failure sets the return code from bbackupquery, soChris Wilson2007-11-06
* Fix compare output for missing local files which are on the store.Chris Wilson2007-11-04
* Re-merge the good bits of [1873] with James' suggested improvements.Chris Wilson2007-10-20
* 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
* Record the exit status of the daemon when running as a service, andChris Wilson2007-10-17
* Undo bad changes (not all exclude options take a regex). (merges [1847])Chris Wilson2007-10-17
* Windows notify script logs an error in the System Event Log if sending Chris Wilson2007-10-17
* Pass the command socket name from the configuration to Chris Wilson2007-10-17
* Don't initialise the command socket thread (on Win32) until theChris Wilson2007-10-17
* Add script to notify sysadmin by email on backup failure on Win32, Chris Wilson2007-10-17
* Update to match improved comments generated by bbackupd-config in recentChris 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