Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Collapse)Author
2021-02-26Added command line argument for the buffer sie with default value to 8kbJean-François Paris
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-26Fixed some typos in the help messageJean-François Paris
2021-02-23Updates to DuplicatiVerify.pyJean-François Paris
* 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-22Rewrote DuplicatiVerify to make it compatible with python2 (now unsupported) ↵Jean-François Paris
and python3 Increase processing speed by feeding the file by 8k chunk rather than by byte
2021-01-21Changed verify script to explicitly mention `python2`Kenneth Skovhede
2020-07-27Target .NET Framework 4.7.1.Kenneth Hsu
This updates all projects to target .NET Framework 4.7.1. The TencentCOS and Tardigrade backends depend on .NET Standard 2.0. When a .NET Framework prior to 4.7.1 is targeted, the system cannot be sure that all the dependencies exist, so it copies all dependent assemblies to the output directory. This causes many assemblies from the System namespace to become bundled in the release. https://stackoverflow.com/a/48875007 We had previously attempted to make individual projects target 4.7.1 (see pull request #4242), but this can cause compatibility issues when 4.6.2 projects depend on 4.7.1. projects. This will require Mono 5.10.0 or greater (previously, we required 5.0.0 or greater). https://www.mono-project.com/docs/about-mono/releases/5.10.0/#class-libraries This fixes issue #4234.
2020-04-06small fix for empty "*index*" file Stanislav
some index file don't contain 'vol' folder, only manifest. this fix check if 'vol' folder is exists
2019-07-31update csproj toolverion and nuget packagesBlueBlock
2019-07-26initial upgrade to framework 4.6.2BlueBlock
- no code changes except those noted below - projects upgrade to 4.6.2 - wixinstaller project upgraded automatically by VisualStudio - wixinstaller updated to require 4.6.2 - Library.Encryption changed to Standard2.0 so accommodate update to SharpAesCrypt
2018-03-08Made python script run in parallelPiegames
This made the process a lot faster for me 15h -> 7h.
2018-02-26Merge pull request #3064 from wjansenw/reencryptKenneth Skovhede
adds python script to change the encryption
2018-02-23updates readmewjan
2018-02-23uses config file and corrects the zip archive creationwjan
2018-02-13moves options to file and some code cleaningwjan
2018-02-02fixesMax
2018-02-02sortMax
2018-02-02fixesMax
2018-01-26adds python script to decrypt and encryptwjan
with different encryption or decryption procedures
2017-07-04Merge branch 'feature/synology_ngix_proxy'Kenneth Skovhede
2017-07-03Removed the CGIProxyKenneth Skovhede
2017-06-29Fixed the version of the ZipFileDebuggerKenneth Skovhede
2017-06-24Added a helper program to assist in verifying that the Duplicati zip library ↵Kenneth Skovhede
is able to read the zip files it produces.
2017-06-24Added some debug information when running the SQLiteTool and added option to ↵Kenneth Skovhede
fully override the connection string
2017-06-24Fixed building info for the SQLiteToolKenneth Skovhede
2017-06-02Added the `<Prefer32Bit>False</Prefer32Bit>` option to all executables.Kenneth Skovhede
This fixes #2519
2017-05-03small fixMax
2017-04-13restore_from_python.py; moving to a separate directoryBen Fisher
2017-04-10restore_from_python.py; codacity's recommendationsBen Fisher
no functionality changes
2017-04-10restore_from_python.pyBen Fisher
by Ben Fisher, https://github.com/downpoured a Python script to restore Duplicati files similar to Duplicati.RecoveryTool, but with no dependencies on Mono/.NET uses streaming apis to restore a large number of files and use limited RAM. supports backups using AES encryption (.aes) or No Encryption (.zip), if data uses GPG/other encryption, decrypt files to .zip before running this tool.
2017-02-20list extra filesMax
2016-11-10Added pause-resume example scriptKenneth Skovhede
2016-08-20Add files via uploadMax
Converted python script to powershell for machines where is not powershell installed
2016-05-19Bumped version for the CGIProxyHandlerKenneth Skovhede
2016-05-13Added source for the CGIProxyHandlerKenneth Skovhede
2016-04-25Added EOL to satisfy rpmlintKenneth Skovhede
2014-07-15Sync SQLiteTool version numberKenneth Skovhede
2014-07-09Re-added SQLiteTool with the correct nameKenneth Skovhede
2014-07-09Removed SQLiteTool to fix a case-error in the folder nameKenneth Skovhede
2014-06-13Updated the version number in all projects to 2.0.0.7Kenneth Skovhede
2013-10-29Stage 2 - DoneKenneth Skovhede
2013-10-29Stage 1 of rename problem with case-sensitive fsKenneth Skovhede
2013-09-13Added signing to the SQLite toolKenneth Skovhede
2013-09-11Added SQLiteToolKenneth Skovhede
2013-07-12Fixed verification file to load the field with utf-8 BOMKenneth Skovhede
2013-07-01Updated the verification script to read the new verification fileKenneth Skovhede
2013-06-01Fixed SQLiteTool to correctly load v2 assemblies from SQLiteKenneth Skovhede
2013-06-01Added a helper tool to work with SQLite databasesKenneth Skovhede
2013-02-13Initial version of the new block-based storage format.kenneth@hexad.dk
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