Commit Graph

56 Commits

Author SHA1 Message Date
Martin Raiber
1bca028305 Allow configuration of skip value
(cherry picked from commit 913d11e1cb6254e62df053ba31489ddbf8f00095)
2018-09-17 21:54:02 +02:00
Martin
feeaf2943d Whole disk image mounting
(cherry picked from commit 95b74412c3ff4abcfc3948ad1461841c1a81f30b)

# Conflicts:
#	urbackupserver/ImageMount.cpp
#	urbackupserver/ImageMount.h
#	urbackupserver/dllmain.cpp
#	urbackupserver/serverinterface/backups.cpp
#	urbackupserver/www/js/urbackup.js
2018-06-01 11:33:22 +02:00
Martin
b864185361 Always use simple tokenize function 2017-11-01 14:14:00 +01:00
Martin
bad786bf18 Fixed a few coverity issues 2016-10-24 02:29:54 +02:00
Martin
6a51f215e0 Allow selection of vhd files from multiple directories
(cherry picked from commit 1275f7eed7)
2016-10-19 17:52:18 +02:00
Martin Raiber
429a2ad395 Fix build issues 2016-08-24 20:32:40 +02:00
Martin Raiber
dcba5c7a9a Performance: Use overlapped IO for image backups 2016-08-24 20:25:35 +02:00
Martin
44f9ae62df Fix some typos and spellings 2016-06-13 16:19:05 +02:00
Martin Raiber
5a4dfe8e87 Make image hashes match image file accurately 2016-05-23 21:51:46 +02:00
Martin Raiber
c2cbec48f7 Fix fibmap test tool 2016-05-23 00:58:14 +02:00
Martin
230dea58f1 Do not compile function if FIBMAP is missing 2016-05-20 23:31:47 +02:00
Martin
2176164b83 Less includes 2016-05-20 23:19:32 +02:00
Martin Raiber
807d248947 Fix: fibmap test tool 2016-05-20 16:55:44 +02:00
Martin
86ac79946d fibmap test tool 2016-05-20 16:12:50 +02:00
Martin
9ee64e650a Updated copyright 2016-01-02 16:38:00 +01:00
Martin
9bab514e22 Removed UTF16 string (std::wstring) in most places. UTF8 everywhere! 2015-12-13 16:17:36 +01:00
Martin
ffa445fdf4 Do not log info about static plugin loading 2015-12-12 15:38:08 +01:00
Martin
89b70b57a0 Improved error message when assembling image
(cherry picked from commit 5175896538fcea621939b2edd53adb0f34ea02c8)
2015-12-11 11:54:56 +01:00
Martin
6447563c2e Merge remote-tracking branch 'urpc/next' into dev
Conflicts:
	.gitignore
	Interface/Database.h
	configure.ac_client
	configure.ac_server
	fileservplugin/CClientThread.cpp
	fileservplugin/CClientThread.h
	fileservplugin/FileServFactory.cpp
	fileservplugin/FileServFactory.h
	fileservplugin/IFileServFactory.h
	fsimageplugin/FSImageFactory.cpp
	fsimageplugin/FSImageFactory.h
	fsimageplugin/FileWrapper.cpp
	fsimageplugin/FileWrapper.h
	fsimageplugin/IFSImageFactory.h
	fsimageplugin/Makefile.am_client
	fsimageplugin/Makefile.am_server
	fsimageplugin/dllmain.cpp
	fsimageplugin/filesystem.cpp
	fsimageplugin/filesystem.h
	fsimageplugin/fs/ntfs.cpp
	fsimageplugin/fs/ntfs.h
	fsimageplugin/fs/ntfs_win.cpp
	fsimageplugin/fs/ntfs_win.h
	fsimageplugin/fs/unknown.cpp
	fsimageplugin/fs/unknown.h
	fsimageplugin/fsimageplugin.vcxproj.filters
	start_urbackup_client
	start_urbackup_server
	urbackupclient/ChangeJournalWatcher.cpp
	urbackupclient/ClientService.cpp
	urbackupclient/ClientServiceCMD.cpp
	urbackupclient/ImageThread.cpp
	urbackupclient/client.cpp
	urbackupclient/client.h
	urbackupclient/client_restore.cpp
	urbackupclient/clientdao.cpp
	urbackupclient/dllmain.cpp
	urbackupclient/win_sysvol.cpp
	urbackupclient/win_sysvol.h
	urbackupcommon/fileclient/FileClient.cpp
	urbackupcommon/fileclient/FileClientChunked.cpp
	urbackupcommon/os_functions.h
	urbackupcommon/os_functions_lin.cpp
	urbackupcommon/os_functions_win.cpp
	urbackupcommon/settingslist.cpp
	urbackupserver/ImageBackup.cpp
	urbackupserver/SQLiteFileCache.cpp
	urbackupserver/ServerDownloadThread.cpp
	urbackupserver/dao/ServerBackupDao.cpp
	urbackupserver/dao/ServerBackupDao.h
	urbackupserver/dllmain.cpp
	urbackupserver/doc/admin_guide.tex
	urbackupserver/server_channel.cpp
	urbackupserver/server_channel.h
	urbackupserver/server_cleanup.cpp
	urbackupserver/server_dir_links.cpp
	urbackupserver/server_get.cpp
	urbackupserver/server_hash.cpp
	urbackupserver/server_hash.h
	urbackupserver/server_settings.cpp
	urbackupserver/server_settings.h
	urbackupserver/server_update_stats.cpp
	urbackupserver/server_writer.cpp
	urbackupserver/serverinterface/backups.cpp
	urbackupserver/serverinterface/settings.cpp
	urbackupserver/serverinterface/usage.cpp
	urbackupserver/www/js/urbackup.js
	urbackupserver/www/templates.js
	urbackupserver/www/templates/settings_inv_row.htm
	urbackupserver/www/translations/urbackup.webinterface/ar_SA.po
2015-12-09 14:49:13 +01:00
Martin
75604d0d61 Linux build system overhaul 2015-12-05 18:10:17 +01:00
Martin
3262aebade Fixed image assembling if image file is not NTFS 2015-08-20 23:25:03 +02:00
Martin
345d182568 License change from GPLv3+ to AGPLv3+ 2015-08-01 22:58:40 +02:00
Martin Raiber
e13f370b7a Fixed assembling of VHD file 2015-07-25 22:02:34 +02:00
Martin Raiber
6d3d464f46 Close files before decompressing them 2015-07-25 16:56:48 +02:00
Martin
69abea12eb Assemble bootable VHD file from multiple VHD(Z) files 2015-07-24 22:56:56 +02:00
Martin
26dfc66246 Propagate background priority setting to read ahead thread 2015-07-18 22:32:59 +02:00
Martin Raiber
04ff7786f3 Read ahead from device to improve performance
(cherry picked from commit 2a174840f5)

Conflicts:
	fsimageplugin/dllmain.cpp
	fsimageplugin/filesystem.cpp
	fsimageplugin/vhdfile.cpp
2015-07-18 22:21:43 +02:00
Martin Raiber
2a174840f5 Read ahead from device to improve performance 2015-05-15 16:32:14 +02:00
Martin Raiber
58105856c0 Get hashfile name automatically 2015-04-04 21:44:17 +02:00
Martin Raiber
ff8232b8a5 Make device_verify work on image files 2015-04-04 21:37:36 +02:00
Martin Raiber
dfec41c9a1 Log information about vhd block emptiness 2015-04-04 18:28:34 +02:00
Martin Raiber
7c7db9545a Log information, if block has empty and used blocks 2015-04-04 18:28:32 +02:00
Martin Raiber
dd8f0d0240 Build on Mac OS 2015-02-07 23:06:05 +01:00
Martin
cb228ef0d7 Fixed change journal with refactored database access 2014-11-18 20:19:01 +01:00
Martin Raiber
9e5aa4ad41 Finished cow image file format 2014-11-09 19:48:57 +01:00
Martin
4b2dff82d1 Properly rename temporary decompressed file after it being decompressed completely 2014-07-25 22:04:17 +02:00
Martin
379ed3d232 Fixed file decompressing (could not rename at end, because file was still open) 2014-05-24 20:58:32 +02:00
Martin
c6fdbd40b9 In place decompression of image backups 2014-05-23 20:15:30 +02:00
Martin
ba9ed00d56 Script to uncompress image 2014-05-21 23:56:29 +02:00
Martin
109a72f886 Added (compressed) VHD file mounting 2014-04-12 00:48:14 +02:00
Martin
97120c4213 * Switched to using miniz to compress images
* Fixed image decompression
2014-04-08 01:06:08 +02:00
Martin
c6710f656c Compressed image backups 2014-04-05 17:35:59 +02:00
Martin
81c2cef172 Updated copyright notice 2014-02-22 15:22:42 +01:00
Martin
20d4781601 Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
Martin
1ed55dec7d Fixed bug in command line VHD restoration 2013-01-05 16:08:40 +01:00
Martin
af5db4f6aa Use Bitmap on filesystem to get used blocks for hash check 2013-01-05 14:49:11 +01:00
Martin
1ea24a412c Added device verification command 2013-01-05 13:03:21 +01:00
Martin Raiber
00d4d22f6e Fixed VHD verification 2012-12-12 01:03:27 +01:00
Martin Raiber
e89d322423 Remove _exit definition 2012-05-10 03:26:41 +02:00
Martin Raiber
fe33d9b31d Reorganized directory structure 2012-02-25 02:45:06 +01:00