Commit Graph

150 Commits

Author SHA1 Message Date
Martin Raiber
154a6edbd2 Compressed image backups 2014-04-07 01:25:15 +02:00
Martin
8528fb83c3 Log web interface logins 2014-03-30 21:37:40 +02:00
Martin
76550fcfda Use symbolic links of unchanged folders to speed up incremental file backups on non-btrfs filesystems 2014-03-29 22:07:33 +01:00
Martin
a98d7e70fa Revert "Experimental: Hard link files in NTFS transaction"
This reverts commit 8ab03eb941.
2014-03-27 22:06:52 +01:00
Martin
4081a52caa Revert "Limit transaction size"
This reverts commit 004462c1c6.
2014-03-27 22:04:42 +01:00
Martin
004462c1c6 Limit transaction size 2014-03-27 20:26:49 +01:00
Martin
8ab03eb941 Experimental: Hard link files in NTFS transaction 2014-03-26 23:31:52 +01:00
Martin
3530f14bfa Server public key authentication on the client 2014-03-23 17:15:01 +01:00
Martin
3cdaf98a1e Fixed some memory leaks 2014-03-22 21:34:42 +01:00
Martin
ed51669b15 Send settings even if no settings exist on the client 2014-03-21 18:40:42 +01:00
Martin
c0e960b7db Do not retry getting settings if they did not exist 2014-03-21 18:38:28 +01:00
Martin
15989f8d35 Properly update settings 2014-03-17 23:47:43 +01:00
Martin
372010e6c3 Don't try to send mail if not admin mail was configured 2014-03-09 17:55:37 +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
f3a9f430f0 Show "Indexing" instead of "0% done" during indexing on the client. 2014-02-20 23:41:57 +01:00
Martin
d54f0b7dac Added a detailed status command for the client 2014-02-20 22:43:54 +01:00
Martin
8f683eb72b Retry sending "DID BACKUP" message 2014-02-12 21:19:59 +01:00
Martin
29da0923a4 Exponentially less backup tries on failed backup 2014-02-12 21:04:35 +01:00
Martin
c0bb69e8d4 Get settings from client before sending the server settings on startup 2014-02-12 18:40:11 +01:00
Martin
09ce5383dc Use backup start time as backup time on status screen 2014-01-19 20:36:02 +01:00
Martin
02062841bd Add log entry if backup succeeded 2014-01-19 20:32:36 +01:00
Martin
5dd7aabe13 Changed "Server admin stopped backup." log level to ERROR 2013-12-08 19:42:14 +01:00
Martin
a8bb006ff3 Fixed bug where files which failed to hard links were not loaded 2013-11-27 21:12:40 +01:00
Martin
7651e3062b Copy file locally if maximum hard link count was reached 2013-11-25 22:03:30 +01:00
Martin
9d6d989fbb Copy file locally if maximum hard link count was reached 2013-11-25 22:01:17 +01:00
Martin
e5db3003b1 Optimized InternetServiceConnector 2013-11-20 20:00:13 +01:00
Martin
e2f1f46b68 Exit hash thread properly 2013-11-18 19:57:06 +01:00
Martin
31edb50c66 Only start threads when they are needed 2013-11-18 00:29:42 +01:00
Martin
78f42ae7a5 Small optimizations 2013-11-17 20:20:21 +01:00
Martin
51efab15ec Free memory and clear Databases 2013-11-16 16:50:39 +01:00
Martin
20d4781601 Properly free file descriptor, if hash size is zero 2013-11-03 11:33:44 +01:00
Martin
20c763cbb5 Fixed coverity issues 2013-11-02 23:19:48 +01:00
Martin
2628a6a3a6 Fixed coverity issues 2013-11-02 22:59:27 +01:00
Martin
6e6bad8fed Fixed coverity issues 2013-11-02 21:53:14 +01:00
Martin
c63dd5dc00 Only bind one udp socket to the broadcast ports/interfaces 2013-11-02 16:46:51 +01:00
Martin
425957b27d Merge branch 'next' of ssh://git.code.sf.net/p/urbackup/backend into next 2013-10-27 16:29:30 +01:00
Martin
22f99dd294 Removed redundant wording in error log message 2013-10-25 22:21:47 +02:00
Martin Raiber
9d083f778b Separate backup windows for full/incremental image/file backups 2013-10-22 19:25:25 +02:00
Martin
90d2139b75 Don't allow changing the clientname if on internet connection 2013-10-19 22:28:54 +02:00
Martin
239ecca045 Don't set ident error, if sending the identity failed because of connection issues 2013-10-19 22:27:05 +02:00
Martin
57e0e08cb8 Show error message on status page if the database is corrupted 2013-10-19 22:17:50 +02:00
Martin
38080069ca Correctly check the incremental image interval for a negative value not the incremental file backup interval 2013-10-08 21:20:34 +02:00
Martin
3693ab5148 Better log messages 2013-10-07 20:43:09 +02:00
Martin
f605991855 Only show calculated backup size if it was calculated completely 2013-10-03 21:51:16 +02:00
Martin
e31d7f1356 Cleanup and repair of the broadcasting code 2013-09-29 17:16:29 +02:00
Martin
a44173edce Create client directory before backup 2013-09-26 19:48:55 +02:00
Martin
d802b58b3a Retry writing an infinite amount of time 2013-09-24 22:46:22 +02:00
Martin
421f88c4ac Increased livelog efficiency; Added more client specific log messages 2013-09-22 22:56:47 +02:00
Martin
6bab1f8d5d 1. New feature: Live log on server interface
2. New feature: Check for new version on status screen
2013-09-22 21:18:52 +02:00