Downloads:
9,873
Downloads of v 2.1.0:
30
Last Update:
18 Nov 2024
Package Maintainer(s):
Software Author(s):
- Kenneth Skovhede and Rene Stach
Tags:
duplicati cloud backup admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Duplicati (Portable)
- 1
- 2
- 3
2.1.0 | Updated: 18 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,873
Downloads of v 2.1.0:
30
Maintainer(s):
Software Author(s):
- Kenneth Skovhede and Rene Stach
Duplicati (Portable) 2.1.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kenneth Skovhede and Rene Stach. The inclusion of Kenneth Skovhede and Rene Stach trademark(s), if any, upon this webpage is solely to identify Kenneth Skovhede and Rene Stach goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Duplicati (Portable), run the following command from the command line or from PowerShell:
To upgrade Duplicati (Portable), run the following command from the command line or from PowerShell:
To uninstall Duplicati (Portable), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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://community.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: (additional options)
choco download duplicati.portable --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade duplicati.portable -y --source="'INTERNAL REPO 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.portable -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install duplicati.portable
win_chocolatey:
name: duplicati.portable
version: '2.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'duplicati.portable' do
action :install
source 'INTERNAL REPO URL'
version '2.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller duplicati.portable
{
Name = "duplicati.portable"
Version = "2.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'duplicati.portable':
ensure => '2.1.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. 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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 18 Nov 2024.
Duplicati.portable
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.
Features
Backup files and folders with strong AES-256 encryption. Save space with incremental backups and data deduplication. Run backups on any machine through the web-based interface or via command line interface. Duplicati has a built-in scheduler and auto-updater.
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).
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
Log in or click on link to see number of positives.
- duplicati.portable.2.1.0.nupkg (6c0ac1430ac3) - ## / 68
- duplicati-2.1.0.0_experimental_2024-11-15-win-x64-gui.zip (eabf4f23780f) - ## / 62
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Duplicati (Portable) 2.1.0 | 30 | Monday, November 18, 2024 | Approved | |
Duplicati (Portable) 2.0.9.110 | 30 | Sunday, November 10, 2024 | Approved | |
Duplicati (Portable) 2.0.9.108 | 52 | Friday, October 4, 2024 | Approved | |
Duplicati (Portable) 2.0.9.107 | 51 | Wednesday, September 11, 2024 | Approved | |
Duplicati (Portable) 2.0.9.106 | 40 | Tuesday, September 3, 2024 | Approved | |
Duplicati (Portable) 2.0.9.105 | 29 | Friday, August 30, 2024 | Approved | |
Duplicati (Portable) 2.0.9.104 | 25 | Wednesday, August 21, 2024 | Approved | |
Duplicati (Portable) 2.0.9.103 | 22 | Thursday, August 15, 2024 | Approved | |
Duplicati (Portable) 2.0.9.102 | 32 | Saturday, August 3, 2024 | Approved | |
Duplicati (Portable) 2.0.9.101 | 35 | Thursday, June 27, 2024 | Approved | |
Duplicati (Portable) 2.0.9.100 | 48 | Saturday, June 1, 2024 | Approved | |
Duplicati (Portable) 2.0.8.1-pre20240507 | 22 | Tuesday, May 7, 2024 | Exempted | |
Duplicati (Portable) 2.0.8-pre20240419 | 41 | Friday, April 19, 2024 | Exempted | |
Duplicati (Portable) 2.0.7.102-pre20240403 | 29 | Wednesday, April 3, 2024 | Exempted | |
Duplicati (Portable) 2.0.7.101-pre20240308 | 29 | Saturday, March 9, 2024 | Exempted | |
Duplicati (Portable) 2.0.7.100-pre20231227 | 32 | Thursday, December 28, 2023 | Exempted | |
Duplicati (Portable) 2.0.7.2-pre20230525 | 44 | Saturday, May 27, 2023 | Exempted | |
Duplicati (Portable) 2.0.6.106-pre20230503 | 54 | Thursday, May 4, 2023 | Exempted | |
Duplicati (Portable) 2.0.6.105-pre20230409 | 47 | Tuesday, April 11, 2023 | Exempted | |
Duplicati (Portable) 2.0.6.104-pre20220615 | 93 | Thursday, June 16, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.103-pre20220613 | 67 | Tuesday, June 14, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.102-pre20220406 | 99 | Thursday, April 7, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.101-pre20220313 | 82 | Thursday, March 17, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.100-pre20211207 | 141 | Tuesday, February 1, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.100-pre20210811 | 110 | Thursday, August 12, 2021 | Exempted | |
Duplicati (Portable) 2.0.6.3-pre20210617 | 102 | Friday, June 18, 2021 | Exempted | |
Duplicati (Portable) 2.0.6.2-pre20210529 | 99 | Sunday, May 30, 2021 | Exempted | |
Duplicati (Portable) 2.0.6.1-pre20210503 | 89 | Monday, May 3, 2021 | Exempted | |
Duplicati (Portable) 2.0.6.0-pre20210409 | 102 | Saturday, April 10, 2021 | Exempted | |
Duplicati (Portable) 2.0.5.114-pre20210310 | 106 | Thursday, March 11, 2021 | Exempted | |
Duplicati (Portable) 2.0.5.113-pre20210307 | 97 | Monday, March 8, 2021 | Exempted | |
Duplicati (Portable) 2.0.5.112-pre20210120 | 105 | Thursday, January 21, 2021 | Exempted | |
Duplicati (Portable) 2.0.5.111-pre20200926 | 144 | Saturday, September 26, 2020 | Exempted | |
Duplicati (Portable) 2.0.5.110-pre20200810 | 137 | Monday, September 14, 2020 | Exempted | |
Duplicati (Portable) 2.0.3.3 | 1342 | Tuesday, April 3, 2018 | Approved | |
Duplicati (Portable) 2.0.2.1 | 561 | Monday, August 7, 2017 | Approved | |
Duplicati (Portable) 2.0.1.72 | 428 | Sunday, July 9, 2017 | Approved | |
Duplicati (Portable) 2.0.1.55 | 451 | Sunday, April 16, 2017 | Approved | |
Duplicati (Portable) 2.0.1.53 | 400 | Sunday, March 26, 2017 | Approved | |
Duplicati (Portable) 2.0.1.47 | 462 | Friday, February 17, 2017 | Approved | |
Duplicati (Portable) 2.0.1.42 | 462 | Tuesday, January 17, 2017 | Approved | |
Duplicati (Portable) 2.0.1.38 | 422 | Tuesday, January 3, 2017 | Approved | |
Duplicati (Portable) 2.0.1.34 | 398 | Saturday, December 10, 2016 | Approved | |
Duplicati (Portable) 2.0.1.33 | 434 | Monday, November 28, 2016 | Approved | |
Duplicati (Portable) 2.0.1.30 | 473 | Sunday, November 13, 2016 | Approved | |
Duplicati (Portable) 1.3.4.20150408 | 678 | Wednesday, April 8, 2015 | Approved | |
duplicati.portable 1.3.4.20131214 | 670 | Saturday, December 14, 2013 | Approved | |
duplicati.portable 1.3.4 | 427 | Saturday, December 14, 2013 | Approved |
Program
https://github.com/duplicati/duplicati/blob/master/changelog.txt
Package
- Automatically built and uploaded by tunisiano
- Package not up-to-date after a few days ? Create an issue
Ground Rules:
- This discussion is only about Duplicati (Portable) and the Duplicati (Portable) 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 (Portable), 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.