source: box/trunk/bin @ 3083

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3083   7 days chris Fix compile error, thanks to James and Buildbot :)
(edit) @3081   7 days chris If a location was not present (on disk) when bbackupd started, don't …
(edit) @3080   7 days chris Log which account we're housekeeping, to help debug housekeeping …
(edit) @3076   7 days chris Add missing space in log message for readability.
(edit) @3072   3 weeks chris Add missing typedef to allow use of ReturnCode? enum.
(edit) @3071   3 weeks chris Allow getting the object ID out from a BackupClientDirectoryRecord?.
(edit) @3049   2 months chris Add remote host and port to post-login login message, requested by Pete …
(edit) @3048   2 months chris Log the account name with connections, disconnections and statistics, …
(edit) @3032   4 months chris Delete any incomplete ID map database that we find, so that we can start …
(edit) @3031   4 months chris Fix logging of real (non-VSS) paths in UploadFile?*.
(edit) @3029   4 months chris Add debug logging for conversion from VSS to real path.
(edit) @3025   4 months chris Convert VSS path to original path for log messages in UpdateItems?, to help …
(edit) @3023   4 months chris Fix excludions on VSS paths by converting back to original namespace …
(edit) @3010   4 months chris Only advertise -E option if readline support is built in.
(edit) @3001   5 months chris Ignore some auto-generated files.
(edit) @2995   5 months chris Add missing include of <memory> to fix compile.
(edit) @2992   6 months chris Use "more standard" Windows API functions FindFirstFileW and FindNextFileW …
(edit) @2986   6 months chris Fix incorrect "conversion failed" message when logging NULL VSS parameter. …
(edit) @2983   6 months chris Combine client and server protocols to make way for an offline/local …
(edit) @2982   6 months chris Log net traffic (in-out) in bbstored, as requested by Pete Jalajas.
(edit) @2981   6 months chris Log the number of files uploaded and directories created, as requested by …
(edit) @2980   6 months chris Correct formatting of log message (missing bracket).
(edit) @2977   7 months chris Warn users if a file with multiple hard links is encountered during …
(edit) @2945   10 months chris Major refactoring to make lib/backupclient depend on lib/backupstore …
(edit) @2938   10 months chris Remove backslashes from comment, which could mean line continuation.
(edit) @2937   10 months chris Add a macro to simplify sending protocol errors back to client. Check for …
(edit) @2936   10 months chris Add an exception code and a protocol error code for modifying a multiply …
(edit) @2933   10 months chris Remove duplicate code by caching the relative path of the backup location …
(edit) @2910   10 months chris Only initialise COM once, at bbackupd startup. Reduce verbosity of some …
(edit) @2907   10 months chris Actually try to back up from the VSS snapshot volume. Clean up VSS …
(edit) @2906   10 months chris Store the snapshot ID and lookup the resulting device name, building the …
(edit) @2904   10 months chris Actually create a VSS snapshot. Clean up writer metadata and writer …
(edit) @2902   10 months chris Fix string access violation.
(edit) @2901   10 months chris Add VSS: prefix to VSS log messages. Start a snapshot set and add backup …
(edit) @2900   11 months chris First attempt to extract some data from VSS, not useful yet.
(edit) @2897   11 months chris Fix compile of bbstoreaccounts on MSVC.
(edit) @2884   11 months chris Fix abort if the local data directory doesn't exist.
(edit) @2878   11 months chris Eliminate nested macros to fix compile with MSVC 2010.
(edit) @2877   11 months chris There is no S_FIFO on Windows, fixes MSVC compile.
(edit) @2875   11 months chris Ensure external text strings are declared as const, to fix compile error …
(edit) @2870   11 months chris Fix errors reported by default Unix notify script on backup-ok events, …
(edit) @2869   12 months chris Hopefully fix crash on unknown commands when readline is not supported by …
(edit) @2858   13 months chris Fix the new compile failures introduced by the previous botched readline …
(edit) @2857   13 months chris Fix compile errors using readline on win32.
(edit) @2856   13 months chris Separate the readline-specific stuff into CommandCompletion?.cpp so that …
(edit) @2852   13 months chris Fix compile failure, thanks to Achim.
(edit) @2851   13 months chris Move code for comparing file data out of line for readability. Add a new …
(edit) @2848   13 months chris Rate limit file uploads using the configured MaxUploadRate?, if any.
(edit) @2839   13 months chris Workaround for apparent btrfs bug, where symlinks appear to be on a …
(edit) @2835   13 months chris Fix incorrect generation of temporary file name for applying patches while …
(edit) @2834   13 months chris Fix reported store file name and reported side of local missing files. …
(edit) @2828   13 months chris Log the path, name and size of files being restored at TRACE level for …
(edit) @2819   13 months chris Fix date overflow in new CA certificates, make them valid until 2038, …
(edit) @2805   15 months chris Log the device and inode numbers of directories and their entries while …
(edit) @2804   15 months chris Log the total number of bytes uploaded to the server for each file.
(edit) @2797   16 months chris Show the output of "pwd" at NOTICE level, so that it gets displayed in …
(edit) @2795   16 months chris Fix missing closing parenthesis after bbackupquery pwd outputs object ID.
(edit) @2794   16 months chris Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix …
(edit) @2784   16 months chris Quick fix to stop deletion of redundant locations when …
(edit) @2783   16 months chris Finish support for -i option in bbackupquery (thanks to Achim for …
(edit) @2761   17 months chris Fix compile when there is no readline/editline support.
(edit) @2760   17 months chris Implement basic readline/editline completion of remote file and directory …
(edit) @2754   17 months chris Allow restoring directories with a single argument, using the remote name …
(edit) @2728   17 months chris Implement write buffering on directories.
(edit) @2726   18 months chris Allow setting the verbosity level of bbstoreaccounts.
(edit) @2717   18 months chris Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB …
(edit) @2709   18 months chris Allow setting the account name using bbstoreaccounts.
(edit) @2707   18 months chris Adjust numbers of files and blocks in current files during backup store …
(edit) @2706   18 months chris Report changes to object and block counts that are made by housekeeping.
(edit) @2699   19 months chris Fix Windows compile errors.
(edit) @2698   20 months chris Compile fix for [2697].
(edit) @2697   20 months chris Initial support for command and local file completion with readline. …
(edit) @2696   20 months chris Add support for account numbers greater than 0x7fffffff without wrapping.
(edit) @2695   20 months chris Compile fix for [2694].
(edit) @2694   20 months chris Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with …
(edit) @2693   21 months chris Don't back up sockets and pipes, thanks to Mick Kappenburg for spotting …
(edit) @2647   2 years chris Build the reference counts for a directory before we start deleting …
(edit) @2645   2 years chris Log keeping referenced files and deleting unreferenced ones on the store.
(edit) @2643   2 years chris Detect whether rl_completion_matches or completion_matches is declared by …
(edit) @2641   2 years chris First attempt at tab completion for readline/libedit in bbackupquery, …
(edit) @2637   2 years chris Updated bbackupquery help to list some undocumented options.
(edit) @2636   2 years chris Add option to display attribute modification times from additional …
(edit) @2635   2 years chris Add method to get updated modification time of …
(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) @2625   2 years chris Move the test for excluded dirs inside the emu_lstat failure, as …
(edit) @2609   2 years chris Remove the obsolete win32 InstallShield? installer script.
(edit) @2604   2 years chris Log more detailed info about backup comparison failures, for debugging. …
(edit) @2602   2 years chris Comment why excluded directories are excluded before statting them.
(edit) @2601   2 years chris Don't try to stat excluded directories, reported by Ben Bennett …
(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) @2586   2 years chris Add methods to get the number of refcounts adjusted by the last …
(edit) @2585   2 years chris Add method to get the number of refcounts adjusted by the last …
(edit) @2560   2 years chris Remove check for soft limit being less than 97% of the hard limit, as some …
(edit) @2541   3 years chris Make housekeeping check the object reference counts and fix them if …
Note: See TracRevisionLog for help on using the revision log.