Commit Graph
566 Commits
Author SHA1 Message Date
Kenneth Skovhede af2ae65e33 Fixed a misleading error message if the user is attemting to use a non-existent compression module 2014-03-12 01:41:58 +01:00
Kenneth Skovhede 141a4029a9 Improved speed of backup verification 2014-03-10 14:16:27 +01:00
Kenneth Skovhede 8f947ab5f4 Increased robustness to avoid premature crashes on unsupported backends 2014-03-10 00:23:37 +01:00
Kenneth Skovhede 3ffd8c9461 Fixed serializing a backup and saving it on the server 2014-03-05 15:28:52 +01:00
Kenneth Skovhede 8e6b034173 Changed all file timestamps to read utc directly instead of converting from local time 2014-02-27 14:14:48 +01:00
Kenneth Skovhede e2b532c579 Changed max-file-size to allow zero values as well. 2014-02-10 14:35:44 +01:00
Kenneth Skovhede 6caf04ea0b Update issue #929
Status: Fixed
2014-01-19 23:26:59 +01:00
Kenneth Skovhede 02c2a03365 Spelling fix 2014-01-19 23:26:14 +01:00
Kenneth Skovhede de128074c8 Pedantic fix 2014-01-19 23:26:02 +01:00
Kenneth Skovhede f82df0af12 Auto-format fix 2014-01-19 23:25:38 +01:00
Kenneth Skovhede e3b638a158 Pedantic fix 2014-01-19 23:25:17 +01:00
Kenneth Skovhede 72eb965203 Bugfix, —prefix was called —backup 2014-01-14 11:44:26 +01:00
Kenneth Skovhede 47bc010b3c Added test-filters command 2013-12-07 15:22:51 +01:00
Kenneth Skovhede 6e42e9fd85 Typo-fix 2013-11-23 14:32:32 +01:00
Kenneth Skovhede 6df9fba2f3 Fixed handling of paths that change from file to folder, and folder to file.
Renamed FilesetId to FileID as that is what it is.
2013-11-20 19:18:12 +01:00
Kenneth Skovhede f94f564395 Update issue #902
Status: Fixed

Changed to set explicit names on the temporary table.
2013-11-20 19:16:35 +01:00
Kenneth Skovhede 2a6176130c Fixed the annoying duplicate issue that occurred on Windows machines because the hot-path lookup forgot to look at the very last entry in the path. 2013-11-20 19:15:55 +01:00
Kenneth Skovhede 637af6a18f Added dlist files to low-overhead-mode 2013-11-13 21:29:42 +01:00
Kenneth Skovhede 3f49f2506f Added hinting to the compression modules to avoid aggressive compression of index files with very little benefit 2013-11-13 21:19:26 +01:00
Kenneth Skovhede 628de348d7 Added SQLite version information to the bug report 2013-11-10 11:35:42 +01:00
Kenneth Skovhede bf29235428 Bugfix for path lookup 2013-11-10 11:25:52 +01:00
Kenneth Skovhede a712d969c4 Fixed issue with duplicate files inserted in filelist 2013-11-01 23:51:00 +01:00
Kenneth Skovhede e41c7f30fb Added option for allowing passphrase change to improve asymmetric encryption support 2013-10-29 11:43:44 +01:00
rstach 405e69fb58 Added compressed file type extensions provided by TaoK from https://github.com/TaoK/HDCompressibilitySurvey 2013-10-12 09:04:43 +00:00
Kenneth Skovhede 3487976214 Added compression to output of create-report.
Added supplement file with various system information.
2013-09-25 23:33:28 +02:00
Kenneth Skovhede 03c22157f5 Changed bug-report to map shared paths to the same obfuscated path 2013-09-25 23:32:37 +02:00
Kenneth Skovhede 3fd83514f4 Improved speed for verifying database consistency 2013-09-25 23:31:48 +02:00
Kenneth Skovhede 04bd3ac9c9 Improved speed for creating the scantime lookup table 2013-09-25 23:30:19 +02:00
Kenneth Skovhede 15ff026b1c Fixed wrong error message when changing passphrase 2013-09-25 23:29:15 +02:00
rstach 77a5719278 Added compressed document formats to blacklist for compression 2013-09-14 10:09:54 +00:00
Kenneth Skovhede 9800e1f9c1 Removed duplicate message logging 2013-09-13 13:28:15 +02:00
Kenneth Skovhede 4f968a592a Fixed a bug with some version of SQLite that did not correctly detect the implicit column names 2013-09-13 13:27:19 +02:00
Kenneth Skovhede b237e911bb Swapped default compare entries so the output looks more like that from a backup operation 2013-09-13 13:26:38 +02:00
Kenneth Skovhede 359c0ea4aa Auto-style-fixes 2013-09-13 13:25:52 +02:00
Kenneth Skovhede 7a0771a5f7 Added db-logging to fatal backup errors 2013-09-13 13:25:43 +02:00
Kenneth Skovhede ffff052c30 Bugfix 2013-09-10 22:41:05 +02:00
Kenneth Skovhede 32a617b1e2 Rewrote the changed/added/deleted files to count using temporary table (minor speedup) 2013-09-10 20:42:54 +02:00
Kenneth Skovhede 58ffd22fd4 Fixed size calculation so it fits with 32bit arch 2013-09-10 20:42:00 +02:00
Kenneth Skovhede 4913a27cac Added some extra profiling output 2013-09-10 08:29:12 +02:00
Kenneth Skovhede a5a68bf020 Fixed an issue that cause the scantime to not be updated for unchanged files, which caused repeated scans of unchanged files. 2013-09-10 08:28:58 +02:00
Kenneth Skovhede 1f48d43515 Removed the HashDatabaseProtector and added the HashLookupHelper instead. 2013-09-09 22:50:18 +02:00
Kenneth Skovhede c2a10f268a Rewrote the changed file query SQL 2013-09-09 22:48:26 +02:00
Kenneth Skovhede e9cac2d11c Added reading metadata from snapshot implementation. 2013-09-08 00:39:11 +02:00
Kenneth Skovhede 2633468001 Added block-device detection to backup.
Improved verbose output a bit
2013-09-08 00:38:46 +02:00
Kenneth Skovhede b7ad87e759 Reduced the frequency of restore updates as the scan takes too long 2013-09-07 21:35:23 +02:00
Kenneth Skovhede 555945eae4 Implemented a better cache for filenames. 2013-09-07 21:33:59 +02:00
Kenneth Skovhede 0571dc16e5 Support for create-report without supplying the --auth-username parameter 2013-09-06 23:44:39 +02:00
Kenneth Skovhede 8fd1cd1173 Fixed logging of all messages to the log file 2013-09-04 22:31:35 +02:00
Kenneth Skovhede 795ae66ae1 Added error reporting if testing a volume throws an exception 2013-09-04 22:22:26 +02:00
Kenneth Skovhede 818554de4e Bugfix for the block cache 2013-09-04 22:10:36 +02:00