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 |
|
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 |
|