summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupClientRestore.cpp
Commit message (Expand)AuthorAge
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Define some functions to reduce duplication in testbbackupd.Chris Wilson2014-09-04
* Force all options to be present to BackupClientRestore(), to fix Chris Wilson2012-02-02
* Flush stream after restore fails, thanks to Sune Molgaard for reporting.Chris Wilson2011-09-29
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Log the path, name and size of files being restored at TRACE level forChris Wilson2011-01-08
* Initialise the exists variable and fix its type.Chris Wilson2008-05-28
* Add restore -f option to force restore to continue after an error.Chris Wilson2008-05-05
* Reformat long lines in BackupClientRestore.cpp for readability.Chris Wilson2008-04-09
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Really fix unlink() during restore, fixes [1919].Chris Wilson2007-11-04
* unlink returns 0 on success, not on error.Chris Wilson2007-11-04
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Fix restoring to top-level directories (e.g. c:\test) (refs #3,Chris Wilson2007-07-26
* Experimental fix for restore problem reported by Mikael Syska:Chris Wilson2007-07-26
* Remove unwanted blank line. (refs #3)Chris Wilson2007-04-29
* Make directories user-writable while restoring them, so that restoringChris Wilson2007-04-29
* Fix compile warningChris Wilson2007-02-09
* Log failure to delete files and directories (refs #3)Chris Wilson2007-02-09
* Catch exceptions while writing files, attributes, resume info and checkingChris Wilson2007-02-09
* Don't throw an exception if we fail to delete a file in the way of restore,Chris Wilson2007-02-09
* Spelling fix (refs #3)Chris Wilson2007-02-09
* Make BackupClientRestoreDir return a result code compatible withChris Wilson2007-02-09
* Check whether the restore target parent directory exists before tryingChris Wilson2007-02-09
* Catch errors during restore (refs #3)Chris Wilson2007-02-09
* Fix spelling (refs #3)Chris Wilson2007-01-13
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14