Commit Graph

76 Commits

Author SHA1 Message Date
Martin Raiber
0ca6cb59b3 Fixed build errors with GCC
Signed-off-by: Martin Raiber <martin@urbackup.org>
2014-11-02 16:47:21 +01:00
Martin
87f0e5c92b Point to new file entry if the file was copied 2014-10-25 21:22:06 +02:00
Martin
d871bc7b09 Improved the continuous data protection 2014-10-13 21:39:21 +02:00
Martin
5ad6cc2e75 Fixed some merge issues 2014-10-11 20:48:47 +02:00
Martin
deb80364a6 Merge branch 'fileaccess' into fileentryindex
Conflicts:
	.gitignore
	common/miniz.c
	urbackupclient/ChangeJournalWatcher.cpp
	urbackupclient/ChangeJournalWatcher.h
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/dao/ServerBackupDao.h
	urbackupserver/dllmain.cpp
	urbackupserver/server_download.cpp
	urbackupserver/server_get.cpp
	urbackupserver/server_get.h
	urbackupserver/server_hash.cpp
	urbackupserver/server_hash.h
	urbackupserver/server_settings.h
	urbackupserver/serverinterface/create_zip.cpp
	urbackupserver/urbackupserver.vcxproj.filters
2014-10-11 14:17:42 +02:00
Martin
e8c41585d4 Fix for crash in file finding 2014-10-11 13:48:33 +02:00
Martin
112c7b346e New LMDB version and further optimized file entry index 2014-10-10 19:59:26 +02:00
Martin
be3b0a8c30 Warning, if a file to be deleted is not in the index 2014-10-10 18:29:27 +02:00
Martin
cdcf7dab1a Replacing file entry cache with external file entry index 2014-10-10 18:29:26 +02:00
Martin Raiber
75ec39ba4c Properly count the files in the temporary table even from main backup thread 2014-09-21 16:38:39 +02:00
Martin
0b8b02ce23 Copy file if hard linking fails when client side hash is available 2014-09-18 21:27:29 +02:00
Martin
541c4af567 Change server permission management to ACL style 2014-09-14 22:29:56 +02:00
Martin
fd4579500d Merge branch 'next' into fileaccess
Conflicts:
	urbackupclient/ClientService.cpp
	urbackupclient/ClientService.h
	urbackupcommon/settingslist.cpp
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/doc/admin_guide.tex
	urbackupserver/fileclient/FileClient.cpp
	urbackupserver/fileclient/FileClientChunked.cpp
	urbackupserver/server_download.cpp
	urbackupserver/server_get.cpp
	urbackupserver/server_get.h
	urbackupserver/server_settings.cpp
	urbackupserver/server_settings.h
	urbackupserver/www/templates.js
2014-09-13 20:15:24 +02:00
Martin
f983b3d524 Increased buffer size in chunk patcher and optimization of chunk patcher for btrfs 2014-09-05 19:24:14 +02:00
Martin
65febb7456 Fail backup and log error code if reading old file fails when preparing hashes 2014-08-06 21:52:35 +02:00
Martin
649885ceb0 Continuous file protection 2014-08-04 23:54:30 +02:00
Martin
2ac45bd06b Access files directly from "tray icon" without logging in. Works by saving the user access rights for each backup 2014-07-26 16:07:43 +02:00
Martin
5b764dd305 Save correct file size with patches 2014-07-09 20:06:59 +02:00
Martin
bf1c44788b Don't log "too many hardlinks" errors as warnings 2014-05-12 22:31:48 +02:00
Martin
b70cc08e48 * Handle changes of the backupfolder correctly
* Lazy load database queries
* Bug fixes for symlink pooling
2014-04-01 20:47:29 +02:00
Martin
a98d7e70fa Revert "Experimental: Hard link files in NTFS transaction"
This reverts commit 8ab03eb941.
2014-03-27 22:06:52 +01:00
Martin
8ab03eb941 Experimental: Hard link files in NTFS transaction 2014-03-26 23:31:52 +01:00
Martin
81c2cef172 Updated copyright notice 2014-02-22 15:22:42 +01:00
Martin
43e771e035 Bug fix for crash with SQLite file cache 2013-12-20 19:08:34 +01:00
Martin
9d6d989fbb Copy file locally if maximum hard link count was reached 2013-11-25 22:01:17 +01:00
Martin
9852fe9536 Destroy database at some threads 2013-11-18 22:19:17 +01:00
Martin
31edb50c66 Only start threads when they are needed 2013-11-18 00:29:42 +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
51efab15ec Free memory and clear Databases 2013-11-16 16:50:39 +01:00
Martin
0590071424 Fixing SQLite3 deadlock 2013-11-16 15:06:08 +01:00
Martin
0694f7c99c Do log hard link errors due to the file system hard link limit as debug log messages
(cherry picked from commit 4e2f0b04a5)

Conflicts:
	urbackupserver/server_get.cpp
	urbackupserver/server_hash.cpp
2013-08-29 22:08:36 +02:00
Martin
45e9cf233d SQLite files cache 2013-06-09 20:06:44 +02:00
Martin
17a0a7a86a Separate Thread for writing file cache entries 2013-06-06 21:20:50 +02:00
Martin
ff8d4c446b Deinitialize database correctly 2013-06-05 23:04:29 +02:00
Martin
f84c767e1c Only save hashes of larger files 2013-06-02 13:53:02 +02:00
Martin
b2709b6f69 Fixed crash bug 2013-06-02 13:32:34 +02:00
Martin
25b1edd9b5 Calculate file hashes on Internet client 2013-05-30 22:01:37 +02:00
Martin
da2e6e00e3 Merge branch 'next' into feature-quota
Conflicts:
	.gitignore
2013-05-22 18:42:48 +02:00
Martin
cf1e44ebf4 Fixed cache misses 2013-05-22 18:42:01 +02:00
Martin
552338c650 Added MDB file cache 2013-05-19 19:46:20 +02:00
Martin
a62790a628 Added MDB file cache 2013-05-16 18:53:37 +02:00
Martin
6d8f20fe82 Increased buffer size for file copies from temporary file 2013-05-01 22:55:24 +02:00
Martin
5fba218ef2 Fixed issues with detached databases 2013-03-19 00:54:47 +01:00
Martin
aa0829cece Free sqlite cache at appropriate places 2013-03-17 14:34:49 +01:00
Martin
009c546aab Fix performance problem when deleting files in database 2013-03-05 09:11:29 +01:00
Martin
e86ae61f81 Implemented advanced settings 2013-03-01 22:22:54 +01:00
Martin
a1250db2cd Properly handle long file names on Windows server 2013-02-24 20:24:22 +01:00
Martin Raiber
2775cedfce Move files via reflinks on btrfs 2013-01-04 20:19:06 +01:00
Martin Raiber
fd9b9cfc06 Correctly truncate empty files in btrfs mode 2013-01-03 22:31:45 +01:00
Martin
20a243ef60 Added warnings about not enough space in backup folder 2012-11-19 15:27:20 +01:00