Commit Graph

18 Commits

Author SHA1 Message Date
Kenneth Skovhede b3f0b1be81 Renamed binaires pre-install for all platforms.
Improved CLI builds, especially for RPM
Fixed permission issues in packages
2024-05-22 13:00:43 +02:00
mr-flibble b0764c8826 Added statistics to DuplicatiVerify.py
New statistics feature
2022-06-01 15:48:08 +02:00
mr-flibble 1fb1856b37 fix for handling state 5
fix for issue https://github.com/duplicati/duplicati/issues/4666
Same logic as at powershell verify file (at line 78 in ps1)
Credits for code "ts678" in Duplicati forum
I tested it and test output fir json with error 5 is now same as in powershell verify
2022-04-09 18:33:08 +02:00
Jean-François Paris 22e43a5ed4 Added command line argument for the buffer sie with default value to 8kb
This leaves the current program behaviour as close as possible to the original behaviour
(with the exception of the byte by byte feeding to the hash algorithm which was probably
a bug)
2021-02-26 10:30:53 +02:00
Jean-François Paris 60c8a27cea Fixed some typos in the help message 2021-02-26 10:17:17 +02:00
Jean-François Paris 6a74e3aa07 Updates to DuplicatiVerify.py
* Increase block size ro 8MB to make the process faster and still light on
  memory on a low memory machine
* Added a --quiet argument to reduce very verbose output.
2021-02-23 22:35:05 +02:00
Jean-François Paris a1b684a1fb Rewrote DuplicatiVerify to make it compatible with python2 (now unsupported) and python3
Increase processing speed by feeding the file by 8k chunk rather than by byte
2021-02-22 13:14:55 +02:00
Kenneth Skovhede 62591f8d66 Changed verify script to explicitly mention python2 2021-01-21 11:23:55 +01:00
Max 89ae430429 fixes 2018-02-02 21:30:52 +01:00
Max 26d1c52c02 sort 2018-02-02 13:52:08 +01:00
Max da9014f363 fixes 2018-02-02 13:39:34 +01:00
Max be330d4a92 small fix 2017-05-03 00:07:49 +02:00
Max f069324082 list extra files 2017-02-20 19:44:04 +01:00
Max ca5bb08c07 Add files via upload
Converted python script to powershell for machines where is not powershell installed
2016-08-20 00:22:33 +02:00
Kenneth Skovhede 2b0262811b Added EOL to satisfy rpmlint 2016-04-25 14:17:24 +02:00
Kenneth Skovhede b81035867f Fixed verification file to load the field with utf-8 BOM 2013-07-12 09:21:03 +02:00
Kenneth Skovhede 3599c4943e Updated the verification script to read the new verification file 2013-07-01 17:54:29 +02:00
kenneth@hexad.dk a0521da54d Initial version of the new block-based storage format.
Still needs a work over in terms of error handling, progress reporting, warning output, refactoring etc.
Also misses the volume reuse/reclaim algorithms.
But it passes the unit tests now, with and without a local database.

git-svn-id: https://duplicati.googlecode.com/svn/sandboxes/Kenneth/ForestHash@1526 59da171f-624f-0410-aa54-27559c288bec
2013-02-12 21:43:14 +00:00