Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
15,880
Downloads of v 2.0.5.1:
2,136
Last Update:
26 Aug 2020
Package Maintainer(s):
Software Author(s):
- Kenneth Skovhede and Rene Stach
Tags:
duplicati cloud backup admin
Duplicati (Install)
Downloads:
15,880
Downloads of v 2.0.5.1:
2,136
Maintainer(s):
Software Author(s):
- Kenneth Skovhede and Rene Stach
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Dependencies require reboot.
To install Duplicati (Install), run the following command from the command line or from PowerShell:
To upgrade Duplicati (Install), run the following command from the command line or from PowerShell:
To uninstall Duplicati (Install), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download duplicati --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade duplicati -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade duplicati -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure duplicati installed
win_chocolatey:
name: duplicati
state: present
version: 2.0.5.1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'duplicati' do
action :install
version '2.0.5.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: duplicati,
Version: 2.0.5.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller duplicati
{
Name = 'duplicati'
Ensure = 'Present'
Version = '2.0.5.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'duplicati':
provider => 'chocolatey',
ensure => '2.0.5.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install duplicati version="2.0.5.1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 02 Sep 2020.
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with:
- Amazon S3
- OneDrive
- Google Drive (Google Docs)
- Rackspace Cloud Files
- HubiC
- Backblaze (B2)
- Amazon Cloud Drive (AmzCD)
- Swift / OpenStack
- WebDAV
- SSH (SFTP)
- FTP
- and more
Duplicati is licensed under LGPL and available for Windows, OSX and Linux (.NET 4.5+ or Mono required).
Features
- Duplicati uses AES-256 encryption (or GNU Privacy Guard) to secure all data before it is uploaded.
- Duplicati uploads a full backup initially and stores smaller, incremental updates afterwards to save bandwidth and storage space.
- A scheduler keeps backups up-to-date automatically.
- Integrated updater notifies you when a new release is out
- Encrypted backup files are transferred to targets like FTP, Cloudfiles, WebDAV, SSH (SFTP), Amazon S3 and others.
- Duplicati allows backups of folders, document types like e.g. documents or images, or custom filter rules.
- Duplicati is available as application with an easy-to-use user interface and as command line tool.
- Duplicati can make proper backups of opened or locked files using the Volume Snapshot Service (VSS) under Windows or the Logical Volume Manager (LVM) under Linux. This allows Duplicati to back up the Microsoft Outlook PST file while Outlook is running.
- Filters, deletion rules, transfer and bandwidth options, etc
Many Backends
Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive " S3, Google Drive, box.com, Mega, hubiC and many others.
Free software
Duplicati is free software and open source. You can use Duplicati for free even for commercial purposes. Source code is licensed under LGPL. Duplicati runs under Windows, Linux, MacOS. It requires .NET 4.5 or Mono.
Strong encryption
Duplicati uses strong AES-256 encryption to protect your privacy. You can also use GPG to encrypt your backup.
Built for online
Duplicati was designed for online backups from scratch. It is not only data efficient but also handles network issues nicely. E.g. interrupted backups can be resumed and Duplicati tests the content of backups regularly. That way broken backups on corrupt storage systems can be detected before it’s too late.
Web-based user interface
Duplicati is configured by a web interface that runs in any browser (even mobile) and can be accessed - if you like - from anywhere. This also allows to run Duplicati on headless machines like a NAS (network attached storage).
This package was inspired by the original package from bcurran3 (https://github.com/bcurran3/ChocolateyPackages/tree/master/duplicati)
$ErrorActionPreference = 'Stop'
$packageName = 'duplicati'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/duplicati/duplicati/releases/download/v2.0.5.1-2.0.5.1_beta_2020-01-18/duplicati-2.0.5.1_beta_2020-01-18-x86.msi'
$checksum = 'BF533D5E196B985DFF5BE4C443FA97BE8A1594A8ABB0F9758A9329F39BF5686F'
$url64 = 'https://github.com/duplicati/duplicati/releases/download/v2.0.5.1-2.0.5.1_beta_2020-01-18/duplicati-2.0.5.1_beta_2020-01-18-x64.msi'
$checksum64 = 'BCE96441B59350D6E49C75DBE227F26BE79A4B657BC3BC858D40AE55F10F0C0B'
$packageArgs = @{
packageName = $packageName
fileType = 'MSI'
url = $url
url64bit = $url64
validExitCodes = @(0, 3010, 1641)
silentArgs = '/quiet /qn /norestart'
softwareName = 'Duplicati 2*'
checksum = $checksum
checksumType = 'sha256'
checksum64 = $checksum64
checksumType64 = 'sha256'
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- duplicati-2.0.5.1_beta_2020-01-18-x64.msi (bce96441b593) - ## / 59
- duplicati-2.0.5.1_beta_2020-01-18-x86.msi (bf533d5e196b) - ## / 61
- duplicati.2.0.5.1.nupkg (3d5db6c41147) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Duplicati (Install) 2.0.5.1 | 2136 | Wednesday, August 26, 2020 | Approved |
Duplicati (Install) 2.0.4.23 | 2584 | Thursday, October 3, 2019 | Approved |
Duplicati (Install) 2.0.4.6 | 1133 | Sunday, June 23, 2019 | Approved |
Duplicati (Install) 2.0.4.5 | 1731 | Sunday, December 2, 2018 | Approved |
Duplicati (Install) 2.0.3.3 | 1790 | Tuesday, April 3, 2018 | Approved |
Duplicati (Install) 2.0.2.1 | 1345 | Monday, August 7, 2017 | Approved |
Duplicati (Install) 2.0.1.72 | 524 | Sunday, July 9, 2017 | Approved |
Duplicati (Install) 2.0.1.55 | 808 | Sunday, April 16, 2017 | Approved |
Duplicati (Install) 2.0.1.53 | 389 | Sunday, March 26, 2017 | Approved |
Duplicati (Install) 2.0.1.47 | 379 | Tuesday, February 14, 2017 | Approved |
Duplicati (Install) 2.0.1.42 | 367 | Tuesday, January 17, 2017 | Approved |
Duplicati (Install) 2.0.1.38 | 378 | Tuesday, January 3, 2017 | Approved |
Duplicati (Install) 2.0.1.34 | 362 | Saturday, December 10, 2016 | Approved |
Duplicati (Install) 2.0.1.33 | 350 | Monday, November 28, 2016 | Approved |
Duplicati (Install) 2.0.1.32 | 311 | Wednesday, November 23, 2016 | Approved |
Duplicati (Install) 2.0.1.31 | 325 | Sunday, November 13, 2016 | Approved |
Ground Rules:
- This discussion is only about Duplicati (Install) and the Duplicati (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Duplicati (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.