Downloads:
9,911
Downloads of v 1.3.4.20150408:
678
Last Update:
08 Apr 2015
Package Maintainer(s):
Software Author(s):
- Kenneth Skovhede
Tags:
backup cloud incremental vss- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Duplicati (Portable)
This is not the latest version of Duplicati (Portable) available.
- 1
- 2
- 3
1.3.4.20150408 | Updated: 08 Apr 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
9,911
Downloads of v 1.3.4.20150408:
678
Maintainer(s):
Software Author(s):
- Kenneth Skovhede
Duplicati (Portable) 1.3.4.20150408
This is not the latest version of Duplicati (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kenneth Skovhede. The inclusion of Kenneth Skovhede trademark(s), if any, upon this webpage is solely to identify Kenneth Skovhede goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
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 --version=1.3.4.20150408 --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'" --version="'1.3.4.20150408'" [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'" --version="'1.3.4.20150408'"
$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: '1.3.4.20150408'
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 '1.3.4.20150408'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller duplicati.portable
{
Name = "duplicati.portable"
Version = "1.3.4.20150408"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'duplicati.portable':
ensure => '1.3.4.20150408',
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 by moderator alexinslc on 05 Dec 2015.
Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers. It works with Amazon S3, Windows Live SkyDrive, Google Drive (Google Docs), Rackspace Cloud Files or WebDAV, SSH, FTP (and many more). Duplicati is open source and free.
Duplicati has built-in AES-256 encryption and backups can be signed using GNU Privacy Guard. A built-in scheduler makes sure that backups are always up-to-date. Last but not least, Duplicati provides various options and tweaks like filters, deletion rules, transfer and bandwidth options to run backups for specific purposes.
Duplicati is licensed under LGPL and available for Windows and Linux (.NET 2.0+ or Mono required). The Duplicati project was inspired by duplicity. Duplicati and duplicity are similar but not compatible. Duplicati is available in English, Spanish, French, German, Danish, Portugese, Italian, and Chinese.
Screenshots
FAQ
Wiki: GitHub, GoogleCode (deprecated)
HowTos
Log in or click on link to see number of positives.
- duplicati.portable.1.3.4.20150408.nupkg (98a48daff87d) - ## / 56
- duplicati.portableInstall.zip (732bbfc29bcb) - ## / 57
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 | 35 | Monday, November 18, 2024 | Approved | |
Duplicati (Portable) 2.0.9.110 | 32 | Sunday, November 10, 2024 | Approved | |
Duplicati (Portable) 2.0.9.108 | 53 | 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 | 30 | Friday, August 30, 2024 | Approved | |
Duplicati (Portable) 2.0.9.104 | 26 | 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 | 52 | Saturday, June 1, 2024 | Approved | |
Duplicati (Portable) 2.0.8.1-pre20240507 | 23 | Tuesday, May 7, 2024 | Exempted | |
Duplicati (Portable) 2.0.8-pre20240419 | 42 | Friday, April 19, 2024 | Exempted | |
Duplicati (Portable) 2.0.7.102-pre20240403 | 30 | Wednesday, April 3, 2024 | Exempted | |
Duplicati (Portable) 2.0.7.101-pre20240308 | 30 | Saturday, March 9, 2024 | Exempted | |
Duplicati (Portable) 2.0.7.100-pre20231227 | 33 | Thursday, December 28, 2023 | Exempted | |
Duplicati (Portable) 2.0.7.2-pre20230525 | 45 | Saturday, May 27, 2023 | Exempted | |
Duplicati (Portable) 2.0.6.106-pre20230503 | 55 | Thursday, May 4, 2023 | Exempted | |
Duplicati (Portable) 2.0.6.105-pre20230409 | 48 | Tuesday, April 11, 2023 | Exempted | |
Duplicati (Portable) 2.0.6.104-pre20220615 | 94 | 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 | 103 | Thursday, April 7, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.101-pre20220313 | 83 | Thursday, March 17, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.100-pre20211207 | 142 | Tuesday, February 1, 2022 | Exempted | |
Duplicati (Portable) 2.0.6.100-pre20210811 | 111 | 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 | 100 | Sunday, May 30, 2021 | Exempted | |
Duplicati (Portable) 2.0.6.1-pre20210503 | 90 | Monday, May 3, 2021 | Exempted | |
Duplicati (Portable) 2.0.6.0-pre20210409 | 103 | 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 | 98 | Monday, March 8, 2021 | Exempted | |
Duplicati (Portable) 2.0.5.112-pre20210120 | 106 | Thursday, January 21, 2021 | Exempted | |
Duplicati (Portable) 2.0.5.111-pre20200926 | 145 | Saturday, September 26, 2020 | Exempted | |
Duplicati (Portable) 2.0.5.110-pre20200810 | 139 | 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 |
© 2009 Kenneth Skovhede
This package has no dependencies.
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.