Commit Graph

49 Commits

Author SHA1 Message Date
Martin
6860adf4fe Fix punctuation 2016-07-08 16:48:38 +02:00
Martin
257246af94 Improved error message if restore disk is too small 2016-07-06 22:33:23 +02:00
Martin
3ea0d6a22c Do not show error at end of image restore 2016-02-09 18:47:10 +01:00
Martin
b3903cc1c4 Checkpoint files.db in separate thread and give all threads nice names 2016-01-15 16:19:23 +01:00
Martin
d47668fb5f Prevent handle leaks. Get stderr when snapshotting/removing snapshot in backup hook 2016-01-14 20:59:46 +01:00
Martin
c177bea72d Correctly show that no server was found 2016-01-04 16:47:23 +01:00
Martin
773b46589a Use new command line interface in restore process 2016-01-04 16:41:03 +01: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
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
57e6febc0d Stronger user password hashing with PBKDF2-SHA256(10000) 2015-12-04 21:43:58 +01:00
Martin
4a45ddd1e6 Restore file backup via restore client 2015-10-17 22:34:07 +02:00
Martin
ecea174272 Fixed missing licensing headers 2015-08-08 22:53:24 +02:00
Martin
652c487e15 Forgot to add device parameter to restore 2015-04-28 23:09:55 +02:00
Martin
80c9ec1225 Forgot to add device parameter to restore 2015-04-28 22:58:55 +02:00
Martin
65995ad177 Log partition number 2015-04-28 22:51:33 +02:00
Martin
a59cc84d71 More logging during restore 2015-04-28 22:43:29 +02:00
Martin
076f528bc0 More logging during restore 2015-04-28 22:42:50 +02:00
Martin
f8a487d678 Correctly read logical block size 2015-04-28 22:05:51 +02:00
Martin
153f63e046 Correctly read logical block size 2015-04-28 22:04:31 +02:00
Martin
a1168087be Use lsblk to find drives and partitions during restore
(cherry picked from commit 3e718f52e5)

Conflicts:
	urbackupclient/client_restore.cpp
2015-04-27 20:18:12 +02:00
Martin
a535948134 Gnu-fdisk does not seem to be necessary anymore
(cherry picked from commit ea4ebb8cc2e3480e9591388a5154e9813f6da0ef)

Conflicts:
	urbackupclient/client_restore.cpp
2015-04-27 20:15:33 +02:00
Martin
067f0619e2 Correctly compare to logical block size 2015-04-23 21:59:50 +02:00
Martin
3e718f52e5 Use lsblk to find drives and partitions during restore 2015-02-05 00:49:00 +01:00
Martin
191335ef8d Restore backups from web interface 2015-01-25 23:17:49 +01:00
Martin
2cab4e4ec4 Fixed hostname lookup 2015-01-03 12:39:22 +01:00
Martin
8768a4225a Replaced gethostbyname with getaddrinfo 2014-12-10 21:22:52 +01:00
Martin
74c6fbe849 GPT support 2014-11-26 22:43:44 +01:00
Martin
8bae709631 Increased width of menu in restore cd 2014-01-19 21:21:54 +01:00
Martin
1301509541 Restore to different hardware 2014-01-19 20:37:48 +01:00
Martin
d140bf5c8e Restore to different hardware 2014-01-19 19:38:59 +01:00
Martin
5c9b232241 Refactoring and performance tuning 2013-11-12 20:41:19 +01:00
Martin
9b4170d5ee Authentication for image restores (fix) 2013-09-04 23:02:34 +02:00
Martin
37b59b1c4a Authentication for image restores (fix) 2013-09-04 22:08:05 +02:00
Martin
7803cc3faf Password protection for image downloads 2013-09-04 18:26:30 +02:00
Martin
acd4b93cdd Named server pinging 2013-07-29 22:55:40 +02:00
Martin
fbbfdc53bf Unified restore client name 2013-07-27 23:49:29 +02:00
Martin
d0e56eec9a *Enter server IP/hostname if server is not found when using the restore CD
*Fixed bug where the MBR of the restore volume was not downloaded correctly
2013-07-25 23:00:21 +02:00
Martin Raiber
394aaf754e New command to view MBR info 2013-07-23 22:55:31 +02:00
Martin
82cf7c8a11 Fix LBA partition signature with fdisk 2013-02-16 15:17:09 +01:00
Martin Raiber
21694eed2a Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2013-01-01 22:44:49 +01:00
Martin Raiber
727c1a1056 Fixed error message 2013-01-01 22:44:39 +01:00
Martin
65e39183ed Allow MBR restore via command line 2013-01-01 22:43:26 +01:00
Martin Raiber
4cc407463f Merge branch 'next' of ssh://urbackup.git.sourceforge.net/gitroot/urbackup/backend into next 2013-01-01 18:43:23 +01:00
Martin Raiber
2222bc13b2 Updated restore cd 2013-01-01 18:43:06 +01:00
Martin
27292c722a Correct error message if client restore times out 2013-01-01 18:41:53 +01:00
Martin Raiber
5235600714 Fixed compilation on Windows 2012-08-15 21:20:02 +02:00
Martin Raiber
1b6c290baa Better error messages 2012-05-10 02:15:33 +02:00
Martin Raiber
fe33d9b31d Reorganized directory structure 2012-02-25 02:45:06 +01:00