summaryrefslogtreecommitdiff
path: root/bin/bbackupd
Commit message (Expand)AuthorAge
* Add debug logging for conversion from VSS to real path.Chris Wilson2011-10-24
* Convert VSS path to original path for log messages in UpdateItems, toChris Wilson2011-10-11
* Fix excludions on VSS paths by converting back to original namespace beforeChris Wilson2011-10-11
* Add missing include of <memory> to fix compile.Chris Wilson2011-08-29
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
* Fix incorrect "conversion failed" message when logging NULL VSS parameter.Chris Wilson2011-08-28
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Log the number of files uploaded and directories created, as requested by Ach...Chris Wilson2011-08-27
* Correct formatting of log message (missing bracket).Chris Wilson2011-08-27
* Warn users if a file with multiple hard links is encountered during backup.Chris Wilson2011-07-29
* 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
* There is no S_FIFO on Windows, fixes MSVC compile.Chris Wilson2011-03-26
* Fix errors reported by default Unix notify script on backup-ok events,Chris Wilson2011-03-17
* Rate limit file uploads using the configured MaxUploadRate, if any.Chris Wilson2011-01-12
* Workaround for apparent btrfs bug, where symlinks appear to be on aChris Wilson2011-01-09
* Log the device and inode numbers of directories and their entries whileChris Wilson2010-11-17
* Log the total number of bytes uploaded to the server for each file.Chris Wilson2010-11-17
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
* Quick fix to stop deletion of redundant locations when Chris Wilson2010-10-07
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
* Add support for account numbers greater than 0x7fffffff without wrapping.Chris Wilson2010-06-06
* Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with Chris Wilson2010-06-06
* Don't back up sockets and pipes, thanks to Mick Kappenburg for spotting Chris Wilson2010-05-20
* Notify about uploading changed attributes for files as well as Chris Wilson2010-02-24
* Add notification about uploading new file attributes.Chris Wilson2010-02-24
* Undo compile breakage due to bad paste.Chris Wilson2010-02-24
* Remove all references to bdb databases, use QDBM instead.Chris Wilson2010-02-22
* Remove the obsolete win32 InstallShield installer script.Chris Wilson2010-02-15
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
* Add missing space before file age in not uploading log message.Chris Wilson2009-11-26
* Add location of config file as an additional parameter to the Chris Wilson2009-11-26
* Ignore stat() errors on excluded directories.Chris Wilson2009-06-22
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* 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
* Separate out daemon control interfaces into BackupDaemonInterface, for Chris Wilson2008-12-30
* Make BackupDaemon::TouchFileInWorkingDir accessible for Boxi.Chris Wilson2008-12-27
* Reformat comment.Chris Wilson2008-12-27