source: box/trunk/bin/bbackupd @ 3110

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3102   4 weeks chris Allow BackupDaemon? user to reset state for testing.
(edit) @3092   6 weeks chris Treat corrupt filenames (not decryptable) as not existing, so that the …
(edit) @3091   6 weeks chris Use C++ string instead of converting to C string and back.
(edit) @3090   6 weeks chris Fix a memory leak when TcpNice? is disabled.
(edit) @3089   6 weeks chris Improve logging when decrypting a filename fails during UpdateItems?().
(edit) @3087   2 months chris Really fix compile error this time.
(edit) @3086   3 months chris Add support for SyncAllowScript? to set maximum upload bandwidth …
(edit) @3084   3 months chris Add experimental "TCP Nice" mode, disabled by default.
(edit) @3083   4 months chris Fix compile error, thanks to James and Buildbot :)
(edit) @3081   4 months chris If a location was not present (on disk) when bbackupd started, don't …
(edit) @3076   4 months chris Add missing space in log message for readability.
(edit) @3071   4 months chris Allow getting the object ID out from a BackupClientDirectoryRecord?.
(edit) @3032   7 months chris Delete any incomplete ID map database that we find, so that we can start …
(edit) @3031   7 months chris Fix logging of real (non-VSS) paths in UploadFile?*.
(edit) @3029   7 months chris Add debug logging for conversion from VSS to real path.
(edit) @3025   8 months chris Convert VSS path to original path for log messages in UpdateItems?, to help …
(edit) @3023   8 months chris Fix excludions on VSS paths by converting back to original namespace …
(edit) @2995   9 months chris Add missing include of <memory> to fix compile.
(edit) @2992   9 months chris Use "more standard" Windows API functions FindFirstFileW and FindNextFileW …
(edit) @2986   9 months chris Fix incorrect "conversion failed" message when logging NULL VSS parameter. …
(edit) @2983   9 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2981   9 months chris Log the number of files uploaded and directories created, as requested by …
(edit) @2980   9 months chris Correct formatting of log message (missing bracket).
(edit) @2977   10 months chris Warn users if a file with multiple hard links is encountered during …
(edit) @2938   13 months chris Remove backslashes from comment, which could mean line continuation.
(edit) @2933   13 months chris Remove duplicate code by caching the relative path of the backup location …
(edit) @2910   14 months chris Only initialise COM once, at bbackupd startup. Reduce verbosity of some …
(edit) @2907   14 months chris Actually try to back up from the VSS snapshot volume. Clean up VSS …
(edit) @2906   14 months chris Store the snapshot ID and lookup the resulting device name, building the …
(edit) @2904   14 months chris Actually create a VSS snapshot. Clean up writer metadata and writer …
(edit) @2902   14 months chris Fix string access violation.
(edit) @2901   14 months chris Add VSS: prefix to VSS log messages. Start a snapshot set and add backup …
(edit) @2900   14 months chris First attempt to extract some data from VSS, not useful yet.
(edit) @2884   14 months chris Fix abort if the local data directory doesn't exist.
(edit) @2877   14 months chris There is no S_FIFO on Windows, fixes MSVC compile.
(edit) @2870   14 months chris Fix errors reported by default Unix notify script on backup-ok events, …
(edit) @2848   17 months chris Rate limit file uploads using the configured MaxUploadRate?, if any.
(edit) @2839   17 months chris Workaround for apparent btrfs bug, where symlinks appear to be on a …
(edit) @2805   19 months chris Log the device and inode numbers of directories and their entries while …
(edit) @2804   19 months chris Log the total number of bytes uploaded to the server for each file.
(edit) @2794   19 months chris Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix …
(edit) @2784   20 months chris Quick fix to stop deletion of redundant locations when …
(edit) @2717   21 months chris Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB …
(edit) @2696   2 years chris Add support for account numbers greater than 0x7fffffff without wrapping.
(edit) @2694   2 years chris Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with …
(edit) @2693   2 years chris Don't back up sockets and pipes, thanks to Mick Kappenburg for spotting …
(edit) @2634   2 years chris Notify about uploading changed attributes for files as well as …
(edit) @2633   2 years chris Add notification about uploading new file attributes. Add check for …
(edit) @2632   2 years chris Undo compile breakage due to bad paste.
(edit) @2631   2 years chris Remove all references to bdb databases, use QDBM instead.
(edit) @2609   2 years chris Remove the obsolete win32 InstallShield? installer script.
(edit) @2598   2 years chris Run Perl scripts quietly during make.
(edit) @2597   2 years chris Revert the quotes part of [2588] as it breaks the unit tests. Make …
(edit) @2589   2 years chris Add missing space before file age in not uploading log message.
(edit) @2588   2 years chris Add location of config file as an additional parameter to the …
(edit) @2528   3 years chris Ignore stat() errors on excluded directories.
(edit) @2498   3 years chris Change default location for config files from /etc/box to /etc/boxbackup, …
(edit) @2481   3 years chris Change type of BackupStoreFilename? not to derive from std::string, so it …
(edit) @2460   3 years chris Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 to 64 …
(edit) @2455   3 years chris Wrap long lines for readability.
(edit) @2415   3 years chris Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as …
(edit) @2414   3 years chris Separate out daemon control interfaces into BackupDaemonInterface?, for …
(edit) @2413   3 years chris Make BackupDaemon::TouchFileInWorkingDir? accessible for Boxi.
(edit) @2412   3 years chris Reformat comment.
(edit) @2401   3 years chris Catch exceptions from BackupClientFileAttributes::ReadAttributes? during …
(edit) @2396   3 years chris Reduce severity of some log messages about notifying system administrator. …
(edit) @2394   3 years chris Fix missing parentheses on stored file ID messages.
(edit) @2377   4 years chris Fix NotifyScript syntax error reported by Roy. Ignore "backup-ok" …
(edit) @2324   4 years chris Log statistics before BackupFinish? event, so that they can be used in …
(edit) @2319   4 years chris Reformat comments for readability.
(edit) @2318   4 years chris Remove Win32 command socket thread, as it has caused too much trouble. …
(edit) @2315   4 years chris Log creation of directory records and warn on conflicting records.
(edit) @2314   4 years chris Reformat for readability.
(edit) @2302   4 years chris Add file logging support (LogFile and LogFileLevel config options). …
(edit) @2301   4 years chris Make upload decision messages (logged with LogAllFileAccess) clearer to …
(edit) @2300   4 years chris Use named timer for KeepAliveTime.
(edit) @2290   4 years jamesog s/(bbdev.)?fluffy.co.uk/boxbackup.org/
(edit) @2285   4 years chris Prefix event log application name with Box Backup, and remove it from all …
(edit) @2248   4 years chris Handle sysadmin notifications and calculate next sync time in …
(edit) @2247   4 years chris Propagate BackupStoreException::SignalReceived? up to BackupDaemon? to …
(edit) @2246   4 years chris More use of new interfaces, compile fix for [2245].
(edit) @2245   4 years chris Pass a RunStatusProvider? and a ReadLoggingStream::Logger from …
(edit) @2239   4 years chris Add handling of backup-error events to NotifySysAdmin?.vbs. Fix spelling …
(edit) @2236   4 years chris Move the code that runs a backup with exception handling into its own …
(edit) @2235   4 years chris Reformat comments for readability.
(edit) @2227   4 years chris Fix redundant logging of command socket messages. Reformat for …
(edit) @2214   4 years chris Log file uploads at NOTIFY level so that all you need to do to get them …
(edit) @2213   4 years chris Log the error code returned by NotifyScript.
(edit) @2198   4 years chris Don't warn about ignoring sockets and FIFOs during backup, thanks to …
(edit) @2197   4 years chris Add missing #include, thanks to Alex Howansky. Reset notification state …
(edit) @2181   4 years chris Track and log file deletions by name. Split crypto init and file sync …
(edit) @2180   4 years chris Shorten names used by daemons.
(edit) @2148   4 years chris Fix crash when notifying sysadmin of an invalid event code. Disable some …
(edit) @2143   4 years chris Improve LogAllFileAccess logging by making the simple case (file not …
(edit) @2127   4 years chris Undo mangling by tailor
(edit) @2124   4 years chris Tailorization Import of the upstream sources from Repository: …
(edit) @2119   4 years chris Replace all remaining use of TRACEx() macros with logging framework. …
(edit) @2116   4 years chris Allow configuration of the server port that the client will connect to …
(edit) @2115   4 years chris Improve logging with macros that consistently output strerror(errno) and …
(edit) @2113   4 years jamesog Correct sysconfdir and localstatedir as they weren't doing what they were …
Note: See TracRevisionLog for help on using the revision log.