Commit Graph

230 Commits

Author SHA1 Message Date
Martin Raiber
fc462d4982 Fixed switching from Internet to LAN 2014-11-02 15:21:20 +01:00
Martin
dcb54251ef Update capabilities after client update 2014-10-25 18:38:39 +02:00
Martin
11cd5be490 Properly propagate global setting changes to client settings 2014-10-25 18:24:23 +02:00
Martin
95fced2c07 Get allow_overwrite from global settings if local settings are not enabled 2014-10-25 17:27:33 +02:00
Martin
3b8c211ef5 Revert "Experiment: Copy in batches"
This reverts commit aa63a3713b.

Conflicts:
	urbackupserver/server_get.cpp
2014-09-23 21:52:42 +02:00
Martin
542a4f144d Set correct flags in ZIP file 2014-09-23 21:50:39 +02:00
Martin
e6b608f369 Proper debug info 2014-09-22 22:52:50 +02:00
Martin
aa63a3713b Experiment: Copy in batches 2014-09-22 22:46:06 +02:00
Martin
91cf34bf8c Output the actual number of readded file entries 2014-09-22 21:45:46 +02:00
Martin Raiber
9483ae1042 Properly handle backslashes in paths on Linux servers 2014-09-20 17:22:25 +02:00
Martin
fa9bdde261 Properly handle error case, when hard linking fails in incremental backup 2014-09-19 00:17:53 +02:00
Martin
65d75d5176 Copy to correct table 2014-09-18 22:39:59 +02:00
Martin
06a53f8a60 Fixed backup path calculation (introduced in commit 2f7534c5b2) 2014-09-18 22:31:11 +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
b6ad377dc7 * More info log messages
* Copy file entries of successful backups to files_new table (performance)
2014-09-18 19:36:21 +02:00
Martin
ae9b0dfdfa Refactoring: Renamed variable 2014-09-17 22:51:30 +02:00
Martin
cf9ac782aa Log number of re-added and copied file entries as info 2014-09-17 21:04:49 +02:00
Martin
2f7534c5b2 * Don't re-add all file entries on every incremental Internet file backup.
* New option to disable the periodical re-adding of file entries.
* Properly re-add file entries from symbolically linked directories
2014-09-17 20:58:17 +02:00
Martin
76facc7471 Fixed client side hash verification 2014-09-07 19:22:24 +02:00
Martin
573097453d New setting to verify the client side hashes on the server after the file backup 2014-09-05 19:25:08 +02:00
Martin
dd120c86bc Fixed a few memory leaks 2014-09-04 18:44:43 +02:00
Martin
641d8d382e Fixed null pointer dereference crash bug when stopping a backup 2014-08-31 13:51:27 +02:00
Martin
07408c74c4 Forcibly offline client, if capabilities cannot be requested/received 2014-08-12 19:44:24 +02:00
Martin
28f41e7be9 Fixed null pointer dereferencing bug with the progress debug logging 2014-08-12 18:43:08 +02:00
Martin
4d9f1de0ec Fixed intermixing of local/internet speed when globally throttling the chunked file transfer 2014-08-10 21:13:29 +02:00
Martin
36671594f6 More accurate progress 2014-08-10 12:27:44 +02:00
Martin
9b24f223d0 Moved: Log file loading progress every minute 2014-08-09 22:12:39 +02:00
Martin
c9018187b0 Bugfix for partial file downloads 2014-08-08 18:52:56 +02:00
Martin
616926c6d3 Set client specific local_incr_file_transfer_mode setting correctly 2014-08-06 20:55:51 +02:00
Martin
81beb38a2c If backup was started from the web interface run exacly that backup type 2014-07-25 20:42:27 +02:00
Martin
eb11c7e63b Converted the "compress image backup" switch to a select box, because further image format options are planned 2014-07-25 19:56:52 +02:00
Martin
50f0ed70be Moved adler32.cpp to proper place 2014-07-21 22:08:18 +02:00
Martin
161f0155cb Fixed bug in adler32 code. This bug caused unnecessary data transfers in the "block differences - hashed" transfer mode. 2014-07-20 20:31:57 +02:00
Martin
194f49d30a Add changed file to database on incremental backups if changed file can be linked via file hash 2014-07-09 19:15:40 +02:00
Martin
95d0b977d1 Don't run script if it does not exist. 2014-07-06 23:20:02 +02:00
Martin
6879c08659 More extensive logging, if deleting files in snapshot or creating directories fails 2014-07-05 15:19:24 +02:00
Martin
14d76dfd96 Properly handle interrupted file backups 2014-06-13 20:39:11 +02:00
Martin
149de22223 Post filebackup scripts on the server: Bugfix 2014-06-09 18:08:35 +02:00
Martin
d485fe63be Post filebackup scripts on the server 2014-06-08 22:35:50 +02:00
Martin
67c2dbd855 Always prepend "UrBackup: " to mail subjects 2014-05-31 17:02:27 +02:00
Martin
869d2847a3 Name table in SQL query 2014-05-29 01:38:37 +02:00
Martin
d27ca2d97b Less steep exponential backoff 2014-05-28 19:26:39 +02:00
Martin
33d62924fa Bugfix: Only add directory to file list if line < max_ok_id, otherwise there will be entries for directories which are not present 2014-05-28 19:21:45 +02:00
Martin
0e608a3311 Handle more disallowed path and filenames on Windows 2014-05-24 20:57:56 +02:00
Martin
82b3b8f478 Increase max id during full backup if file is linked via hash 2014-05-19 20:40:55 +02:00
Martin
4fe5503aa3 Apply exponential file backup back-off on all failed backups 2014-05-18 21:48:04 +02:00
Martin
fe9fd15a66 Fixed a few small things 2014-05-17 02:44:49 +02:00
Martin
d639928e55 Fixed capa string 2014-05-15 19:57:57 +02:00
Martin Raiber
f229aab32a Fixed some issues
Signed-off-by: Martin <martin@urbackup.org>
2014-05-15 19:24:10 +02:00
Martin
fd5ff3d829 Correctly count linked files for progress information 2014-05-15 19:19:47 +02:00