Skip to content

Releases: Pectojin/duplicati-client

0.6.5_beta_2022-12-08

08 Dec 10:35
Compare
Choose a tag to compare
0.6.5_beta_2022-12-08 Pre-release
Pre-release

Fix get notification @gpatel-fr

Fixing showing correct log items and stored logs @avmaksimov

Note: I didn't have access to build Windows and MacOS releases at this time. If you need a single binary v0.6.3 has builds for those platforms. As always, getting the general release or cloning the repository will work fine on all platforms, provided you also installing python and the dependencies.

0.6.3_beta_2021-04-03

03 Apr 13:05
Compare
Choose a tag to compare
0.6.3_beta_2021-04-03 Pre-release
Pre-release

0.6.3 beta (cee77f6)

Added support for --output=JSON in many STDOUT results, thanks to @avmaksimov

Added --confirm for noninteractive export of backups, thanks to @avmaksimov

Fixed an issue with decoding UTF-8 happening in some environments (UTF-8 BOM error)

0.5.7_beta_2020-12-06

06 Dec 18:43
Compare
Choose a tag to compare
0.5.7_beta_2020-12-06 Pre-release
Pre-release

0.5.7 beta (5dbd54f)

Added support for pause and resume commands, thanks @irgendwienet

Added server pause/running indicator on the status command

Added precise command for toggling between short and precise timestamps

Fixed an empty edge case on the status command output

Fixed a display issue with time offset on short version of printed timestamps

0.5.2_beta_2020-09-08

08 Sep 18:18
Compare
Choose a tag to compare
0.5.2_beta_2020-09-08 Pre-release
Pre-release

0.5.2 beta (f994f2e)

Added support for UTF-8 characters in files, such as importing backups with Japanese characters in the name

Dropped support for Python 2, as it's no longer supported upstream

Note for Synology users:

If you're having trouble using the compiled 0.5.2 binary it may be an issue with the GNU libc version on Synology. Please try release 0.4.25 in that case. https://github.com/Pectojin/duplicati-client/releases/tag/0.4.25_beta
The issue is tracked here: #12

0.4.25_beta_2019-12-01

01 Dec 12:58
Compare
Choose a tag to compare
Pre-release

Added an option to backup export command to avoid exporting passwords"

0.4.24_beta_2019-09-28

27 Sep 22:33
Compare
Choose a tag to compare
Pre-release

0.4.24 beta (ee8721f)

Reworked export command to export data as an entire backup object identical to the Duplicati webui export. This removes the separate "backup" and "serversettings" types.

Switched default output type of the export command to be json to ensure compatibility with the Duplicati import function.

0.4.22_beta_2019-09-24

24 Sep 20:26
Compare
Choose a tag to compare
Pre-release

0.4.22 beta (fd37ee4)

Fixed an issue exporting backups with --all parameter, thanks @avmaksimov

0.4.21_beta_2019-08-1

01 Aug 11:29
Compare
Choose a tag to compare
0.4.21_beta_2019-08-1 Pre-release
Pre-release

0.4.21 beta (20c7c27)

Fixed an issue with the client not being able to connect to ports other than 443 when using HTTPS.

0.4.20_beta_2019-05-12

12 May 09:12
Compare
Choose a tag to compare
Pre-release

Note that the Vacuum API requires version 2.0.4.18_canary_2019-05-12 or above.

0.4.20 beta (346e97c)

Added support for the new Vacuum API command - Thanks @drwtsn32x

Corrected error handling of list command when encountering no entries

Added preliminary support for exporting serversettings

Added server url to status printout

Made timestamp optional in filename when exporting backups

0.4.15_beta_2018-12-31

31 Dec 00:53
Compare
Choose a tag to compare
Pre-release

0.4.15 beta (72243a2)

Added timeouts on Requests calls to avoid hanging forever on servers not responding

Added an --all option to export

Changed --output-path to specify the directory, but not the name, in order to be compatible with --all

Removed progress info on get and describe commands against backups that have finished to avoid confusion.

Changed describe method to allow providing multiple ID's

Fixed an issue where calling get with multiple ID's broke the duc config