Downloads:
25,038
Downloads of v 2.0.6.100-canary:
454
Last Update:
04 Sep 2021
Package Maintainer(s):
Software Author(s):
- Kenneth Skovhede and Rene Stach
Tags:
duplicati cloud backup adminDuplicati Canary (Install)
This is a prerelease version of Duplicati Canary (Install).
- 1
- 2
- 3
2.0.6.100-canary | Updated: 04 Sep 2021
Downloads:
25,038
Downloads of v 2.0.6.100-canary:
454
Maintainer(s):
Software Author(s):
- Kenneth Skovhede and Rene Stach
Duplicati Canary (Install) 2.0.6.100-canary
This is a prerelease version of Duplicati Canary (Install).
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
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Duplicati Canary (Install), run the following command from the command line or from PowerShell:
To upgrade Duplicati Canary (Install), run the following command from the command line or from PowerShell:
To uninstall Duplicati Canary (Install), 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 --internalize --version=2.0.6.100-canary --pre --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 -y --source="'INTERNAL REPO URL'" --version="'2.0.6.100-canary'" --prerelease [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="'INTERNAL REPO URL'" --version="'2.0.6.100-canary'" --prerelease
$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
win_chocolatey:
name: duplicati
version: '2.0.6.100-canary'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'duplicati' do
action :install
source 'INTERNAL REPO URL'
version '2.0.6.100-canary'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller duplicati
{
Name = "duplicati"
Version = "2.0.6.100-canary"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'duplicati':
ensure => '2.0.6.100-canary',
install_options => ['--prerelease'],
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 was approved as a trusted package on 04 Sep 2021.
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)
Log in or click on link to see number of positives.
- duplicati.2.0.6.100-canary.nupkg (79b2dced16b8) - ## / 60
- duplicati-2.0.6.100_canary_2021-08-11-x64.msi (039b2f9d9ac4) - ## / 58
- duplicati-2.0.6.100_canary_2021-08-11-x86.msi (d4686baf492e) - ## / 59
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 Canary (Install) 2.0.7.100-canary | 124 | Sunday, March 3, 2024 | Approved | |
Duplicati Beta (Install) 2.0.7.1-beta | 26 | Sunday, March 3, 2024 | Approved | |
Duplicati Canary (Install) 2.0.6.100-canary | 454 | Saturday, September 4, 2021 | Approved | |
Duplicati Beta (Install) 2.0.6.3-beta | 159 | Saturday, September 4, 2021 | Approved | |
Duplicati (Install) 2.0.5.1 | 8603 | Wednesday, August 26, 2020 | Approved | |
Duplicati (Install) 2.0.4.23 | 2739 | Thursday, October 3, 2019 | Approved | |
Duplicati (Install) 2.0.4.6 | 1278 | Sunday, June 23, 2019 | Approved | |
Duplicati (Install) 2.0.4.5 | 1875 | Sunday, December 2, 2018 | Approved | |
Duplicati (Install) 2.0.3.3 | 1912 | Tuesday, April 3, 2018 | Approved | |
Duplicati (Install) 2.0.2.1 | 1481 | Monday, August 7, 2017 | Approved | |
Duplicati (Install) 2.0.1.72 | 662 | Sunday, July 9, 2017 | Approved | |
Duplicati (Install) 2.0.1.55 | 925 | Sunday, April 16, 2017 | Approved | |
Duplicati (Install) 2.0.1.53 | 515 | Sunday, March 26, 2017 | Approved | |
Duplicati (Install) 2.0.1.47 | 490 | Tuesday, February 14, 2017 | Approved | |
Duplicati (Install) 2.0.1.42 | 482 | Tuesday, January 17, 2017 | Approved | |
Duplicati (Install) 2.0.1.38 | 497 | Tuesday, January 3, 2017 | Approved | |
Duplicati (Install) 2.0.1.34 | 472 | Saturday, December 10, 2016 | Approved | |
Duplicati (Install) 2.0.1.33 | 468 | Monday, November 28, 2016 | Approved | |
Duplicati (Install) 2.0.1.32 | 418 | Wednesday, November 23, 2016 | Approved | |
Duplicati (Install) 2.0.1.31 | 440 | Sunday, November 13, 2016 | Approved |
Ground Rules:
- This discussion is only about Duplicati Canary (Install) and the Duplicati Canary (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 Canary (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.