Commit Graph
59 Commits
Author SHA1 Message Date
Kenneth Skovhede f3a8b2554b Fixed links from wiki to docs 2025-02-12 00:13:25 +01:00
Kenneth Skovhede e27caad603 Changed docs link to the canonical one 2024-12-06 14:55:21 +01:00
Kursat AktasandGitHub a6cf13a12a Introducing Duplicati Guru on Gurubase.io 2024-11-21 23:43:17 +03:00
Kenneth SkovhedeandGitHub 82c91ea8f6 Merge pull request #5401 from luixxiul/readme.ja-JP
Add Japanese README
2024-08-12 13:35:04 +02:00
Suguru Hirahara a27ad4033b Replace PGP keyserver with OpenPGP.org 2024-08-04 08:20:13 -04:00
Suguru Hirahara 20c0d34f54 Add README.ja-JP.md
Based on 5646f5ea92
2024-08-04 07:41:40 -04:00
Suguru Hirahara 0159330cb7 Update README.md to remove trailing whitespace characters 2024-08-04 07:41:31 -04:00
Kenneth SkovhedeandGitHub 5646f5ea92 Removed BountySource & AppVeyour. Fixed license badge. 2024-05-03 08:22:48 +02:00
Kenneth SkovhedeandGitHub 9768a7349b Remvoed bountysource and appveyor 2024-05-03 07:48:25 +02:00
Kenneth SkovhedeandGitHub aeb335ce07 Removed open collective signup links 2024-05-03 07:47:42 +02:00
Kenneth Skovhede b5e9ce18cd Updated old non-https urls 2024-04-06 11:01:08 +02:00
Kenneth SkovhedeandGitHub 94f9e2c3e0 Merge pull request #5106 from trueai-org/master-github-alioss
add aliyunoss
2024-03-07 22:23:10 +01:00
Kenneth Skovhede 40dd3c6816 Updated all license mentions to MIT 2024-02-28 15:45:30 +01:00
trueai-org 35cb8056f6 add aliyun oss, and chinese readme 2024-02-23 11:12:41 +08:00
gpatel-frandGitHub f985af4a5a removes obsolete backend HubiC - fixes #4836 (#5018) 2023-08-30 13:45:55 +02:00
Muhammad Abrar f73bc2213c Added support for new backend IDrivee2(https://www.idrivee2.com) 2022-06-13 10:38:42 +05:00
warwickmmandGitHub 184dfeae78 Merge pull request #4492 from TopperDEL/storj-dcs-update
Add Storj DCS backend and deprecated Tardigrade DCS backend.

Storj renamed their "Tardigrade Decentralized Cloud Storage" product to "Storj DCS".  This adds a new Storj DCS backend and deprecates the old Tardigrade one.  A warning is issued to inform Tardigrade users to modify their configurations to use the new backend.

This also adds a passphrase verification field to ensure that the user has provided the correct encryption passphrase.
2021-07-20 08:28:54 -07:00
Kenneth Hsu d1227aae67 Fix typo in README.
This fixes #4577.
2021-07-19 08:52:01 -07:00
TopperDEL b88a9fb6dc feat: Rename Tardigrade to Storj DCS in Readme 2021-04-30 08:45:43 +02:00
Kenneth Hsu 69b9585421 Remove Telegram backend.
The TLSharp library has some issues and the behavior of the Telegram
backend is not reliable.

Some alternative libraries for communicating with the Telegram API are
TgSharp, TDLib and TdSharp.

This fixes #4424.

Revert "Merge pull request #4324 from martikyan/feature/telegram_backend"

This reverts commit c7f9f8f556, reversing
changes made to 85139f86f2.
2021-02-21 11:37:58 -08:00
Karen Martikyan 961ea2270b Fixed incorrect naming derived from FTP, added license files for TLSharp, removed redundant Nuget pkgs ... 2020-09-20 23:08:50 +04:00
Kenneth Hsu e964072690 Target .NET Framework 4.7.1.
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-07-26 19:46:01 -07:00
wood 4d01d23426 add readme, and cos to entry 2020-06-30 11:50:26 +08:00
TopperDEL 547d883aab Add additional references, small corrections 2020-05-01 21:37:27 +02:00
Kenneth Hsu 53a35e6e06 Remove support for Amazon Cloud Drive.
Amazon discontinued access to the Cloud Drive API.

See https://forum.duplicati.com/t/amazon-cloud-drive-discontinued/7391.
2019-12-01 10:36:36 -08:00
BlueBlock 50e6d058b0 update framework reqs in readme 2019-07-31 13:18:54 -04:00
Justin GerberandGitHub 77d174f963 fix: minor spelling issue 2019-02-06 10:45:29 -08:00
Kenneth SkovhedeandGitHub dc418cda1e Update README.md
Added link to Backblaze B2
2019-01-16 13:14:25 +01:00
Kenneth Hsu 4585c644d4 Sort list of backends in alphabetical order. 2019-01-12 21:16:54 -08:00
Kenneth Hsu 244a962ca8 Fix typo in Dropbox name. 2019-01-12 21:11:49 -08:00
Kenneth Hsu a4dc75de08 Consolidate backends by branding.
This has the nice side effect of not breaking the link across lines.
2019-01-12 21:10:01 -08:00
Kenneth Hsu 4fbf97b19e Use more formal backend names. 2019-01-12 21:08:11 -08:00
Kenneth Hsu 47a532d9f0 Remove uncommon abbreviation for Amazon Cloud Drive. 2019-01-12 21:03:12 -08:00
Kenneth Hsu cab8e74a40 Add link to supported backends. 2019-01-12 20:59:37 -08:00
Kenneth Hsu c8ad4be8d2 Add additional backends. 2019-01-12 20:58:05 -08:00
Kenneth Hsu 4afef340fa Sort list of backends in alphabetical order. 2019-01-12 20:53:34 -08:00
Kenneth SkovhedeandGitHub e544b871dc Update README.md
Added link to the manual
2018-03-21 21:26:10 +01:00
tooommandGitHub 46e8065219 fix contributor gallery link 2017-12-01 23:11:52 +01:00
Christian PietschandGitHub f1548facfb Change wording from experimental to beta 2017-11-07 15:16:04 +01:00
Xavier Damman e8feb2851f Added backers and sponsors on the README 2017-09-13 10:34:29 -04:00
Kenneth SkovhedeandGitHub e9d623d712 Update README.md 2017-08-08 11:19:09 +02:00
Kenneth SkovhedeandGitHub d089dad3e8 Update README.md 2017-08-08 11:17:22 +02:00
Kenneth SkovhedeandGitHub aa69c93cee Update README.md 2017-08-08 11:13:46 +02:00
Kenneth SkovhedeandGitHub a415a30547 Update README.md 2017-01-16 19:44:20 +01:00
Kenneth SkovhedeandGitHub f844e9c2f7 Update README.md
Fixed download link
2016-11-15 10:17:14 +01:00
agrajaghh 3f5efe1021 add info how to contribute to README 2016-10-08 18:16:09 +02:00
Kenneth SkovhedeandGitHub a47efdc308 Update README.md
Added Gitter badge
2016-09-26 15:20:58 +02:00
Kenneth SkovhedeandGitHub 630609a16d Update README.md
Updated links to download page
2016-09-26 14:39:39 +02:00
Kenneth SkovhedeandGitHub e8420dc5c3 Update README.md
Added badge for license
2016-09-26 14:34:54 +02:00
Kenneth SkovhedeandGitHub 3e05f2f591 Updated badges on landing page 2016-09-26 13:13:59 +02:00