Commit Graph

82 Commits

Author SHA1 Message Date
Martin
c2d49d310b Fixed typo in client indexer 2014-04-05 01:31:52 +02:00
Martin
97723887cf Increase buffer size for hashing 2014-04-04 23:26:48 +02:00
Martin
f954a5a346 Better logging for shadow copying 2014-04-04 22:35:03 +02:00
Martin
2f6642b0f9 Do not remove shadow copies during backup 2014-04-03 22:41:04 +02:00
Martin
69d4321670 Start a new shadow copy after about an hour 2014-04-02 23:33:14 +02:00
Martin
b7e545c786 Fixed issue with token timeouts 2014-03-30 13:59:48 +02:00
Martin
62748b19aa Shadow copy sharing between servers did not work. Poked a little bit in this pile of **** 2014-03-28 20:38:08 +01:00
Martin
7ed4822bad Shadow copy sharing between servers did not work. Poked a little bit in this pile of **** 2014-03-28 19:54:32 +01:00
Martin
3530f14bfa Server public key authentication on the client 2014-03-23 17:15:01 +01:00
Martin
aa978cf0c5 Fixed hash caching 2014-02-24 22:57:59 +01:00
Martin
81c2cef172 Updated copyright notice 2014-02-22 15:22:42 +01:00
Martin
87f7dc8cbb Fast client side file hashing (part 1) 2014-02-15 00:02:49 +01:00
Martin
e22c339755 * Check backupcom for NULL.
* Don't retry if the error from the VSS Writer was nonretryable.
2014-01-19 19:38:36 +01:00
Martin
5a80d81f4c Fixed mempipe ownership 2013-11-27 21:16:41 +01:00
Martin
37468e6b7a Fixed bug where shadow copies were not deleted when retrying because of uninitialized value 2013-11-26 19:24:32 +01:00
Martin
c6b54a84e4 Properly handle UNC paths 2013-11-21 23:12:35 +01:00
Martin
3f5b730851 * Do not change modified time of files which were internally modified
* If a folder cannot be accessed and access to the root is gone do not delete change information
2013-11-21 22:59:18 +01:00
Martin
0c045bb8a3 Revert "Fixing SQLite3 deadlock"
This reverts commit 0590071424.

Conflicts:
	urbackupserver/server_hash.cpp
2013-11-16 23:46:04 +01:00
Martin
0590071424 Fixing SQLite3 deadlock 2013-11-16 15:06:08 +01:00
Martin
992953030d Bugfix for shadow copying retrying 2013-11-07 18:01:29 +01:00
Martin
970e466046 Bugfix for shadow copying retrying 2013-11-06 23:46:16 +01:00
Martin
839fc9c285 Bugfix for shadow copying retrying 2013-11-06 18:50:24 +01:00
Martin
e7df702dfe Proper condition 2013-11-05 20:31:59 +01:00
Martin
27660994d5 Exit shadow copying loop 2013-11-05 18:33:53 +01:00
Martin
11a39afb35 Retry snapshot operation if writer failed and has the retryable error 2013-11-04 22:17:25 +01:00
Martin
9de4cdcdfc Propagate random modified time through incremental backups 2013-11-04 19:35:36 +01:00
Martin
526944fb65 Interrupt hash calculation when pause is activated 2013-10-27 16:29:00 +01:00
Martin Raiber
47e70f010a Fixed bug where modified files were not rehashed correctly with the client-side file hashing 2013-10-25 19:36:29 +02:00
Martin
3693ab5148 Better log messages 2013-10-07 20:43:09 +02:00
Martin
e6f9996241 Scan for changed hard links 2013-10-06 11:27:11 +02:00
Martin
0dc07f70fd Fixed pagefile location reading 2013-10-05 23:12:32 +02:00
Martin
58ee29155b Bugfix: Upper case hiberfil.sys to exclude hiberfil.sys 2013-10-03 21:51:41 +02:00
Martin
d6794f03cc Don't block session during viewing live log 2013-09-24 22:39:31 +02:00
Martin
7a94ed07c1 Always lookup the urbackup\ directory on the filesystem 2013-09-22 22:56:05 +02:00
Martin
420583587b Add hyberfil.sys even if registry cannot be read 2013-09-22 22:31:36 +02:00
Martin
6773d3041a Automatically add pagefile.sys and hiberfil.sys to the exception list 2013-09-22 22:14:24 +02:00
Martin
dbeb4ac2c8 Try to work around issue where last modified dates of files are not changed, if the file is changed via memory mapping 2013-09-22 21:15:52 +02:00
Martin
c9498b8a5b Merge remote-tracking branch 'urpc/feature-quota' into next 2013-09-21 14:55:53 +02:00
Martin
fa4399a049 Use backup semantics to read files for end-to-end checksum verification and client-side checksum calculation 2013-09-21 14:54:53 +02:00
Martin Raiber
3c9fdb7b1c Wait after freezing list of open files being written to 2013-09-11 21:41:18 +02:00
Martin Raiber
4e271bb53d Freeze list of open files being written to during shadow copying 2013-09-10 20:32:58 +02:00
Martin
c334fd1f19 Log if files cannot be accessed 2013-08-29 21:44:18 +02:00
Martin
5a37c5dfbb Better handling of changed dir and file backups 2013-08-04 11:34:28 +02:00
Martin
fbbfdc53bf Unified restore client name 2013-07-27 23:49:29 +02:00
Martin Raiber
adb96ef945 Don't stop shadow copying on writer error 2013-06-26 17:47:42 +02:00
Martin Raiber
ca55def6db Delete tmp files after copying them
Signed-off-by: Martin <martin@urbackup.org>
2013-06-03 21:47:56 +02:00
Martin
3c09e0377c Write file hashes during indexing from time to time 2013-06-02 22:01:20 +02:00
Martin
92239ece99 Optimized hash calculation 2013-06-02 16:58:30 +02:00
Martin
f84c767e1c Only save hashes of larger files 2013-06-02 13:53:02 +02:00
Martin
25b1edd9b5 Calculate file hashes on Internet client 2013-05-30 22:01:37 +02:00