Martin
|
942d27a027
|
Resize VHD/cow-raw file when opened with parent file
|
2017-02-03 16:41:31 +01:00 |
|
Martin
|
c592899628
|
Improve logging on VHD file read failures
|
2016-10-08 11:07:56 +02:00 |
|
Martin
|
cf24be6ac2
|
Proper error handling when VHD file gets too large (>2TB)
|
2016-10-05 12:12:48 +02:00 |
|
Martin Raiber
|
dcba5c7a9a
|
Performance: Use overlapped IO for image backups
|
2016-08-24 20:25:35 +02:00 |
|
Martin
|
e6deace398
|
Preallocate space for full image if possible
|
2016-08-12 02:14:03 +02:00 |
|
Martin
|
d4752b67ed
|
Fix relative VHD file locator for new naming scheme
|
2016-08-08 00:38:24 +02:00 |
|
Martin
|
7482f8e28b
|
Look in legacy path for VHD file
|
2016-07-05 01:07:19 +02:00 |
|
Martin
|
44f9ae62df
|
Fix some typos and spellings
|
2016-06-13 16:19:05 +02:00 |
|
Martin
|
01ce93b36f
|
Do not try to trim beyond drive size if drive size is not aligned to ntfs block size
|
2016-05-29 14:09:09 +02:00 |
|
Martin
|
6ceba52fdf
|
Make hash file match incremental VHD file content and make synthetic full VHD files mountable on Windows
|
2016-05-28 01:11:13 +02:00 |
|
Martin
|
f36bd79908
|
Fill in whole VHD block when making a VHD file full
|
2016-05-26 18:59:38 +02:00 |
|
Martin
|
3ff520c2a4
|
Manually resolve relative paths to work around Windows path limit
|
2016-05-10 14:49:53 +02:00 |
|
Martin
|
e39f4dfd21
|
Thread-safe file reading and writing
(cherry picked from commit 3ebcf7d0bb02c8bd3a42398fe5f4b574dd179fe8)
Conflicts:
Interface/File.h
file.h
file_linux.cpp
file_win.cpp
fsimageplugin/CompressedFile.cpp
fsimageplugin/CompressedFile.h
fsimageplugin/FileWrapper.cpp
fsimageplugin/FileWrapper.h
fsimageplugin/vhdfile.cpp
fsimageplugin/vhdfile.h
|
2016-01-25 13:00:22 +01:00 |
|
Martin
|
9ee64e650a
|
Updated copyright
|
2016-01-02 16:38:00 +01:00 |
|
Martin
|
12e76379eb
|
Put image backups into subvolumes/folders
|
2016-01-02 16:27:49 +01:00 |
|
Martin
|
a0f7909f61
|
Use client bitmap
|
2016-01-02 01:31:44 +01:00 |
|
Martin
|
9bab514e22
|
Removed UTF16 string (std::wstring) in most places. UTF8 everywhere!
|
2015-12-13 16:17:36 +01:00 |
|
Martin
|
1ebc8d2535
|
Added fsync to file class
(cherry picked from commit 81eaa581a8478ed48da5cc133f13a2ae91166326)
Conflicts:
file_memory.h
fsimageplugin/vhdfile.h
|
2015-12-11 12:56:48 +01:00 |
|
Martin
|
d74fad2820
|
Punch-hole functionality for file interface
(cherry picked from commit d708509cb312074619742df23c2c145c0f66ac23)
Conflicts:
Interface/File.h
file_memory.cpp
file_memory.h
fsimageplugin/CompressedFile.h
fsimageplugin/vhdfile.cpp
fsimageplugin/vhdfile.h
|
2015-12-11 12:35:34 +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
|
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
|
2a174840f5
|
Read ahead from device to improve performance
|
2015-05-15 16:32:14 +02:00 |
|
Martin
|
eada97fb5e
|
Synthetic full image backups
|
2014-12-20 01:24:02 +01:00 |
|
Martin
|
57dadb4789
|
Improved error handling while downloading files and send zero bytes if file size was truncated while sending file
|
2014-11-25 20:49:48 +01:00 |
|
Martin Raiber
|
9e5aa4ad41
|
Finished cow image file format
|
2014-11-09 19:48:57 +01:00 |
|
Martin
|
0cb61b2938
|
More logging
|
2014-05-29 01:38:14 +02:00 |
|
Martin
|
c6fdbd40b9
|
In place decompression of image backups
|
2014-05-23 20:15:30 +02:00 |
|
Martin Raiber
|
154a6edbd2
|
Compressed image backups
|
2014-04-07 01:25:15 +02:00 |
|
Martin
|
c6710f656c
|
Compressed image backups
|
2014-04-05 17:35:59 +02:00 |
|
Martin
|
1999d4f148
|
Hande endianess correctly
|
2014-02-23 21:50:19 +01:00 |
|
Martin
|
81c2cef172
|
Updated copyright notice
|
2014-02-22 15:22:42 +01:00 |
|
Martin
|
20c763cbb5
|
Fixed coverity issues
|
2013-11-02 23:19:48 +01:00 |
|
Martin
|
1ed55dec7d
|
Fixed bug in command line VHD restoration
|
2013-01-05 16:08:40 +01:00 |
|
Martin
|
1ea24a412c
|
Added device verification command
|
2013-01-05 13:03:21 +01:00 |
|
Martin Raiber
|
4e19ab14cd
|
Added header file needed on Linux
|
2012-11-10 03:24:16 +01:00 |
|
Martin Raiber
|
8710b0d1a4
|
More logging in VHD module
|
2012-11-10 02:55:03 +01:00 |
|
Martin Raiber
|
82dd3477d2
|
Better error messages
|
2012-11-08 01:59:01 +01:00 |
|
Martin Raiber
|
f031c22c6e
|
Use better random function
|
2012-08-22 15:02:44 +02:00 |
|
Martin Raiber
|
039e0d0ed0
|
Optional checksumming of blocks during image backups
|
2012-06-02 21:14:47 +02:00 |
|
Martin Raiber
|
5813c5c33d
|
Fixed bug in file offset virtualization
|
2012-05-23 18:49:10 +02:00 |
|
Martin Raiber
|
30ecb4d09b
|
Added NTFS diagnostics
|
2012-02-04 00:37:41 +01:00 |
|
Martin Raiber
|
503131817d
|
Sped up writing VHD files
|
2012-01-26 01:19:02 +01:00 |
|
Martin Raiber
|
61f6bc4881
|
Close Parent VHD file if opened
|
2011-11-28 15:23:49 +01:00 |
|
Martin Raiber
|
5a89309f07
|
Fixed(again) memory access bug when wchar_t is 4 bytes wide (linux)
|
2011-04-25 05:27:52 +02:00 |
|
Martin Raiber
|
6ff1533301
|
Fixed memory access bug when wchar_t is 4 bytes wide (linux)
|
2011-04-25 05:18:31 +02:00 |
|
Martin Raiber
|
c1dcbe062c
|
Allow long pathnames in windows
|
2011-04-13 22:18:14 +02:00 |
|
Martin Raiber
|
71e12f24c3
|
Doubled VHD blocksize to make it compatible with the Windows 7 "attach drive" feature
|
2011-04-06 01:38:57 +02:00 |
|
uroni
|
89e10b3f04
|
Initial commit.
|
2011-01-06 17:43:38 +01:00 |
|