Commit Graph

210 Commits

Author SHA1 Message Date
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
Martin
3fa68be83d Do not download zero sized files 2014-05-15 19:14:54 +02:00
Martin
cc05a512e1 Add file entries every min_file_incr times for each file.
The client may not be trusted => Setting to force the server to read and calculate the respective file hashes instead of trusting the client
2014-05-14 22:57:59 +02:00
Martin
01082fab4c Compatibility with older servers 2014-05-14 19:58:54 +02:00
Martin
bf1c44788b Don't log "too many hardlinks" errors as warnings 2014-05-12 22:31:48 +02:00
Martin
1e137bc64e Fixed some bugs with the queuing 2014-05-12 19:50:27 +02:00
Martin
d6b97ed894 Faster file backup stopping 2014-05-12 00:06:23 +02:00
Martin
e47b7cc718 Refactored into function 2014-05-10 00:21:33 +02:00
Martin
32c50d60b3 Changed time functions to use 64bit integers and added ETA estimation 2014-05-09 22:36:02 +02:00
Martin
cd3ac40d97 Log info about exponential backup in log 2014-05-05 23:28:27 +02:00
Martin
e2a99d825a Properly handle file backups with failed verification 2014-05-04 17:41:59 +02:00
Martin
c05b11eb90 Corrected endian conversion and file verification file name handling 2014-05-04 14:06:11 +02:00
Martin
7842af3c06 Fixed issues with
* new packet queuing
* hard link handling
* slashes in filenames on Linux
2014-05-02 21:10:44 +02:00
Martin
e0bd50935a File backup speed improvement by queuing file downloads 2014-05-01 12:45:29 +02:00
Martin
af7d117f11 Special setting to backup all volumes on Windows 2014-04-25 20:35:47 +02:00
Martin
4fd2a66925 Removed skipping file backup if there was a file backup error. Exponential back off takes care of that. 2014-04-25 19:40:55 +02:00
Martin Raiber
d5342a97ac Removed debugging 2014-04-19 15:48:47 +02:00
Martin
18e0e2f1cf Better settings exchange 2014-04-15 22:39:33 +02:00
Martin
58128df764 Better settings exchange 2014-04-15 20:10:44 +02:00
Martin
24d795da65 Proper mails for resumed backups 2014-04-14 22:37:25 +02:00
Martin
3c8f96fb6c Copy over file entries from last backup when resuming backup 2014-04-14 22:34:01 +02:00