duplicati

Store securely encrypted backups in the cloud!

OTHER License

Stars
10.1K
Committers
202

Bot releases are visible (Hide)

duplicati - v2.0.2.16-2.0.2.16_canary_2018-01-18

Published by kenkendk almost 7 years ago

Changes in this version:

  • Reworked some internal compression code, thanks @vnau
  • Updated commandline documentation, thanks @mr-flibble
  • Improved 64bit OS detection, thanks @warwickmm
  • Fixed a problem with the progress bar hiding under the top bar, thanks @pectojin
  • Fixed a problem displaying more than 10 advanced options, thanks @pectojin
  • Improved detection of 32bit MSSQL on 64bit Windows, thanks @inat3k
  • Changed load order of modules to allow run-script to change setup, thanks @BrianLakstins
  • Added a UserAgent header to OD4B requests
duplicati - v2.0.2.15-2.0.2.15_experimental_2018-01-03

Published by kenkendk almost 7 years ago

Changes in this version:
This is the same as build 2.0.2.14 canary

Overview of major and breaking changes since 2.0.1.73 experimental:

  • Fixed not running the slow VACUUM command after each operation
  • Improved S3 to work better with non AWS hosts
  • Updated backend support libraries to the latest versions: Azure, AWS, SSH, SharpCompress, Mega, AlphaFS
  • Fixed a problem with SSL certificates periodically failing
  • Added a Sia backend
  • Added a number of default excludes
  • Updated the hashing library to use faster native libraries where available
  • Added a new retention policy which allows backup versions to decrease over time
  • Updated the auto-updater, such that new installs will spawn an extra process instead of using the AppDomain method as previously done.
  • Faster browsing of files to restore
  • Removed automatic tilde expansions as it created numerous problems
  • Multiple new languages added to the UI
duplicati - v2.0.2.14-2.0.2.14_canary_2017-12-22

Published by kenkendk almost 7 years ago

Changes in this version:

  • Multiple code quality fixes, thansk @warwickmm
  • Fixed a case where commandline arguments ending with a backslash were not correctly escaped on Windows
duplicati - v2.0.2.13-2.0.2.13_canary_2017-11-22

Published by kenkendk almost 7 years ago

Changes in this version:

  • Fixed an issue with AutoUpdater semi-ignoring webroot
  • Fixed an issue where source folders would be omitted from the backup if a file with the same leading name was also added
  • Switched to default "keep forever", thanks @ItEndsWithTens
  • Fixed a startup crash caused by invalid throttle values
  • Added a number of new languages, thanks to all translators!
  • Timestamps in the log are now reported in local time and include a UTC timestamp for easy script parsing
  • Added Windows registry exclusion list to the default exclude filters
  • Added .dv files to compression exclusion list, thanks @jesjimher
  • Fixed some spelling in the UI, thanks @davegold24 and @JonMikeIV
  • Fixed logic of the affected command to not return empty results if the local database was not found
  • Fixed a case where the "Resume" button did not appear clickable, thanks @JonMikeIV
  • Improved query time for browsing folders during restore, thanks @RobSauro
  • Commands are now sorted alphabetically, thanks @JonMikeIV
  • Improved an error message when the SSH key failed to parse
  • Removed tilde expansion to fix multiple issues caused by unexpected expansio, thanks @warwickmm
  • Fixed .rbf files to only be excluded if they are part of the config.msi folder
  • Improved the commandline export to show commandlines that are correctly escaped for the shell
  • Fixed a case where the AutoUpdater would fail to send the correct commandline to the updated process
duplicati - v2.0.2.12-2.0.2.12_canary_2017-10-20

Published by kenkendk almost 7 years ago

Changes in this version:

  • Fixed not reporting "Finished" until the backup is actually finished, thanks @warwickmm
  • Fixed stack overflow in FTP backend, thanks @tygill
  • Fixed a number of incorrect exception messages, thanks @warwickmm
  • Removed assembly signing for now, thanks @warwickmm
duplicati - v2.0.2.11-2.0.2.11_canary_2017-10-20

Published by kenkendk almost 7 years ago

Changes in this version:

  • Changed the way the auto-updater works. It now spawns a new version of the executable instead of attempting to run it in an AppDomain
    It is possible to revert to the old version by setting the environment variable AUTOUPDATER_USE_APPDOMAIN=true
  • Updated Synology script to be better at locating Mono
  • Service description now requests auto-restart
  • Added the Czech (cs) translations
  • Updated FasterHashing, so it automatically picks up openssl 1.0 and 1.1 on all platforms
duplicati - v2.0.2.10-2.0.2.10_canary_2017-10-11

Published by kenkendk about 7 years ago

Changes in this version:

  • Fixed an issue with the compare command not working with filters
  • Fixed showing the full version number on the app on MacOS
  • Code quality cleanup, thanks @warwickmm
  • Added code to detect the power supply source, thanks @warwickmm
  • Fixed an issuw with quota detection for non-drive roots on Windows, thanks @t$
  • Implemented retention policy as a commandline switch, thanks @tekkiwulf
  • Improved default filters, thanks @tygill
  • Updated FasterHashing to fix problems on MacOS and with OpenSSL 1.1
  • Fixed the remote-file delete function to only delete Duplicati-related files
  • Added option to run the tray-icon detached from the console
duplicati - v2.0.2.9-2.0.2.9_canary_2017-10-01

Published by kenkendk about 7 years ago

Changes in this version:

  • Updated libraries: NewtonSoft.Json, AzureBlob, AWS, SSH, SharpCompress, Meg, NGetText, MimeKit, MailKit, AlphaFS, CoCoL
  • Fixed the default-filters warning, thanks @tygill
  • Added quota reporting to OneDrive, thanks @tygill
  • Added a number of performance improvementes, thanks @warwickmm
  • Switched hashing to use FasterHashing which loads OpenSSL or Apple CC libraries for much faster hashing performance
  • Changed the --zip-compression-method option to report only the supported methods
  • Fixed error on Compact that was caused by backend re-use
duplicati - v2.0.2.8-2.0.2.8_canary_2017-09-20

Published by kenkendk about 7 years ago

Changes in this version:

  • Fixed passwordless SSH setup, thanks @Pectojin
  • More fixes to the SSL certificate override issue
  • Changed hash provider to use the native CNG version if available
duplicati - v2.0.2.7-2.0.2.7_canary_2017-09-19

Published by kenkendk about 7 years ago

Changes in this version:

  • Fixed an issue with S3 IAM not working if the destination had subfolders
  • Fixed an issue where the backup would error out reporting an extra file that was just deleted
  • Fixed an issue with AmzCD not honoring the consistency delay in all cases
  • Added support for GUID based source folders on Windows, thanks @tygill
  • Fixed not being able to set "no delay" for startup settings, thanks @Pectojin
  • Added nice-level to Duplicati-server on Linux-based installs, thanks @z0rc
  • Re-introduced the machine name in the WebUI page title, thanks @Pectojin
  • Reduced size of PNG images, thanks @PeterDaveHello
  • Added default filters to exclude temp folders and similar, thanks @tygill
  • Fixed all string compares to use ordinal compare, thanks @tygill
  • Fixed a case where temporary files were not removed after verification
duplicati - v2.0.2.6-2.0.2.6_canary_2017-09-16

Published by kenkendk about 7 years ago

Changes in this version:

  • Added an experiemental --use-block-cache flag to test performance potential
duplicati - v2.0.2.5-2.0.2.5_canary_2017-09-14

Published by kenkendk about 7 years ago

Changes in this version:

  • Added support for wildcards in source paths on Windows, thanks @tygill
  • Improved default values for Sia backend, thanks @fuffenz
duplicati - v2.0.2.4-2.0.2.4_canary_2017-09-09

Published by kenkendk about 7 years ago

Changes in this version:

  • Fixed an issue that cause Duplicati GUI to fail on startup
duplicati - v2.0.2.3-2.0.2.3_canary_2017-09-08

Published by kenkendk about 7 years ago

Changes in this version:

  • Added Italian and Chinese (Taiwan) to languages
  • Fixed periodically loosing http certificate overrides
  • Added status variables to mail/jabber/script/http reporters
  • Added a Sia backend (thanks @fuffenz)
  • Fixed issue with using Azure backend
duplicati - v2.0.2.2-2.0.2.2_canary_2017-08-30

Published by kenkendk about 7 years ago

Changes in this version:

  • Fixed not performing vacuum all the time, thanks @danstahr
  • Added Selectel as an OpenStack prodvider, thanks @febalist
  • Added a fix for hanging "Connecting ..." dialogs on some machines
  • Fixed an issue with the HTTP report module not using a custom message
  • Updated translations, added Danish to the list, thanks to all translators!
  • Improved error messages on passphrase change
  • Fixed a crash that happened in the scheduler if the clock was changed with more than 3 months
  • Fixed TrayIcon connecting over HTTPS if possible, thanks @mnaiman
  • Added options to SSH library that allows configuring the timeout values
  • Updated the Mega and SSH libraries
  • Added support for detecting MacPorts versions of Mono
  • Added a tooltip to the Windows trayicon
  • Changed the logic in S3 to auto-set --s3-ext-forcepathstyle if the destination is not a known Amazon server
  • Improved error message for WebDAV if the server returns 405
  • Added a startup dialog that asks users to password protect the UI
  • Added Wasabi as an S3 provider
duplicati - v2.0.2.1-2.0.2.1_beta_2017-08-01

Published by kenkendk about 7 years ago

Changes in this version:
This is the first Beta release of Duplicati 2.0.

It is a rebuild of version 2.0.1.73, intended for users who prefer a stable version instead of "bleeding edge" updates.

Thanks to everyone who has used Duplicati, reported bugs and contributed fixes!

duplicati - v2.0.1.73-2.0.1.73_experimental_2017-07-15

Published by kenkendk over 7 years ago

Changes in this version:
This version is the same as 2.0.1.72_canary.
Som of the changes from 2.0.1.61_experimental:

  • Added a "dark" theme
  • Updated thirdparty libraries
  • Added JottaCloud backend
  • Improved database rebuild speed
  • Added throttle controls to the WebUI
  • Switched to %LOCALAPPDATA% for storing data on Windows
  • And more ...
duplicati - v2.0.1.72-2.0.1.72_canary_2017-07-05

Published by kenkendk over 7 years ago

Changes in this version:

  • Fix duplicate zip-compression-level warning
duplicati - v2.0.1.71-2.0.1.71_canary_2017-07-04

Published by kenkendk over 7 years ago

Changes in this version:

  • Fixed a problem with the Synology package allowing access without being authenticated with DSM
duplicati - v2.0.1.70-2.0.1.70_canary_2017-07-04

Published by kenkendk over 7 years ago

Changes in this version:

  • Added support for enabling zip64
  • Rewrote the Synology package to use nginx proxy features instead of CGI
  • Added code signature to Synology package
Package Rankings
Top 6.65% on Proxy.golang.org
Badges
Extracted from project README
Backers on Open Collective Sponsors on Open Collective Build Status on Travis-CI Coverage Status License