Downloads:
21,717
Downloads of v 0.21.0:
161
Last Update:
20 Jul 2025
Package Maintainer(s):
Software Author(s):
- Kopia Builder [bot]
Tags:
Kopia UI
This is not the latest version of Kopia UI available.
- 1
- 2
- 3
0.21.0 | Updated: 20 Jul 2025
Downloads:
21,717
Downloads of v 0.21.0:
161
Maintainer(s):
Software Author(s):
- Kopia Builder [bot]
Kopia UI 0.21.0
This is not the latest version of Kopia UI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kopia Builder [bot]. The inclusion of Kopia Builder [bot] trademark(s), if any, upon this webpage is solely to identify Kopia Builder [bot] 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 Kopia UI, run the following command from the command line or from PowerShell:
To upgrade Kopia UI, run the following command from the command line or from PowerShell:
To uninstall Kopia UI, 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 kopiaui --internalize --version=0.21.0 --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 kopiaui -y --source="'INTERNAL REPO URL'" --version="'0.21.0'" [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 kopiaui -y --source="'INTERNAL REPO URL'" --version="'0.21.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install kopiaui
win_chocolatey:
name: kopiaui
version: '0.21.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'kopiaui' do
action :install
source 'INTERNAL REPO URL'
version '0.21.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller kopiaui
{
Name = "kopiaui"
Version = "0.21.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'kopiaui':
ensure => '0.21.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 was approved as a trusted package on 20 Jul 2025.
> n.
>
> 1. copy, replica (Polish)
> 2. lance, spear
> 3. fast and secure backup tool
Kopia is a fast and secure open-source backup/restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice, to network-attached storage or server, or locally on your machine. Kopia does not 'image' your whole machine. Rather, Kopia allows you to backup/restore any and all files/directories that you deem are important or critical.
Kopia has both CLI (command-line interface) and GUI (graphical user interface) versions, making it the perfect tool for both advanced and regular users. You can read more about Kopia's unique features -- which include compression, deduplication, end-to-end 'zero knowledge' encryption, and error correction -- to get a better understanding of how Kopia works.
$ErrorActionPreference = 'Stop'
$name = $Env:ChocolateyPackageName
[array]$key = Get-UninstallRegistryKey -SoftwareName "*$name*"
$uninstallstring = $key.QuietUninstallString
$file,$silentArgs = iex "echo $uninstallstring"
Write-Debug "using UnInstaller at $key.UninstallString"
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'EXE'
silentArgs = $silentArgs
file = $file
validExitCodes = @(0)
}
Uninstall-ChocolateyPackage @packageArgs
Uninstall-BinFile -Name "kopia"
Log in or click on link to see number of positives.
- KopiaUI.0.21.0.nupkg (55f29da99685) - ## / 67
- KopiaUI-Setup-0.21.0.exe (9d4dc477d458) - ## / 68
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 |
---|---|---|---|---|
Kopia UI 0.21.1 | 426 | Tuesday, July 22, 2025 | Approved | |
Kopia UI 0.21.0 | 161 | Sunday, July 20, 2025 | Approved | |
Kopia UI 0.20.1 | 835 | Saturday, June 7, 2025 | Approved | |
Kopia UI 0.20.0 | 456 | Saturday, May 24, 2025 | Approved | |
Kopia UI 0.19.0 | 3359 | Saturday, January 25, 2025 | Approved | |
Kopia UI 0.18.2 | 1272 | Sunday, November 24, 2024 | Approved | |
Kopia UI 0.18.0 | 282 | Sunday, November 17, 2024 | Approved | |
Kopia UI 0.17.0 | 4655 | Wednesday, April 17, 2024 | Approved | |
Kopia UI 0.16.1 | 433 | Tuesday, April 2, 2024 | Approved | |
Kopia UI 0.16.1-test | 43 | Tuesday, April 2, 2024 | Exempted | |
Kopia UI 0.16.0 | 296 | Sunday, March 24, 2024 | Approved | |
Kopia UI 0.15.0 | 2951 | Sunday, October 22, 2023 | Approved | |
Kopia UI 0.14.1 | 632 | Friday, September 29, 2023 | Approved | |
Kopia UI 0.13.0 | 1711 | Wednesday, May 3, 2023 | Approved | |
Kopia UI 0.12.1 | 1880 | Tuesday, October 11, 2022 | Approved | |
Kopia UI 0.11.3 | 182 | Sunday, July 24, 2022 | Approved | |
Kopia UI 0.11.2 | 126 | Friday, July 8, 2022 | Approved | |
Kopia UI 0.10.7 | 150 | Tuesday, April 12, 2022 | Approved | |
Kopia UI 0.10.6 | 119 | Monday, March 7, 2022 | Approved | |
Kopia UI 0.10.5 | 115 | Tuesday, February 15, 2022 | Approved | |
Kopia UI 0.10.4 | 100 | Saturday, February 5, 2022 | Approved | |
Kopia UI 0.10.3 | 99 | Tuesday, February 1, 2022 | Approved | |
Kopia UI 0.10.2 | 72 | Tuesday, February 1, 2022 | Approved | |
Kopia UI 0.10.1 | 108 | Saturday, January 15, 2022 | Approved | |
Kopia UI 0.10.0 | 64 | Saturday, January 15, 2022 | Approved | |
Kopia UI 0.9.8 | 91 | Wednesday, December 29, 2021 | Approved | |
Kopia UI 0.9.7 | 117 | Monday, December 6, 2021 | Approved | |
Kopia UI 0.9.6 | 86 | Sunday, November 21, 2021 | Approved | |
Kopia UI 0.9.5 | 73 | Sunday, November 14, 2021 | Approved | |
Kopia UI 0.9.4 | 92 | Saturday, October 23, 2021 | Approved | |
Kopia UI 0.9.3 | 82 | Wednesday, October 20, 2021 | Approved | |
Kopia UI 0.9.2 | 99 | Saturday, October 16, 2021 | Approved | |
Kopia UI 0.9.1 | 85 | Thursday, October 14, 2021 | Approved | |
KopiaUI 0.9.0 | 97 | Friday, October 8, 2021 | Approved | |
KopiaUI 0.9.0-rc4 | 76 | Monday, October 4, 2021 | Exempted | |
KopiaUI 0.9.0-rc3 | 86 | Tuesday, September 28, 2021 | Exempted | |
KopiaUI 0.9.0-rc2 | 78 | Thursday, September 23, 2021 | Exempted | |
KopiaUI 0.8.4 | 106 | Friday, August 27, 2021 | Approved |
Command-Line Interface
- New Feature human-readable sizes for kopia ls (#4696) by Kian Kasad
- New Feature add --disable-file-logging to suppress log file output (#4686) by Leonardo Cecchi
- fix path printed by "kopia snapshot fix" commands (#4638) by Kian Kasad
General Improvements
- cleanup clock bounds check (#4720) by Julio Lopez
- New Feature check for clock skew on write session creation (#4719) by Julio Lopez
- rename variable to
humanReadable
for consistency (#4709) by Julio Lopez - use require to cleanup snapshot tests (#4708) by Julio Lopez
- add {peta,exa}byte prefixes (#4707) by Julio Lopez
- use snapshot end time as tie breaker for equal start time (#4705) by Julio Lopez
- minor cleanups (#4704) by Julio Lopez
- migrate remnant piece to crypto/hkdf (#4691) by Julio Lopez
- migrate to
crypto/{hkdf,pbkdf2,sha3}
(#4678) by Julio Lopez - small misc. cleanups (#4666) by Julio Lopez
- typos (#4659) by Nathan Baulch
- misc cleanups (#4652) by Julio Lopez
- enable
forcetypeassert
linter (#4624) by Julio Lopez - minor cleanups (#4621) by Julio Lopez
- upload tests (#4619) by Julio Lopez
- misc cleanups (#4615) by Julio Lopez
- minor cleanups in snapshot GC (#4612) by Julio Lopez
- convenience make targets to install tools (#4616) by Julio Lopez
- s/interface{}/any/ (#4614) by Julio Lopez
- fix
TestSnapshotNoLeftoverCheckpoints
slowness (#4611) by Julio Lopez
Repository
- create minimal cache.Storage interface (#4618) by Jarek Kowalski
Server
- fix snapshot scheduling in the event of machine goes to sleep (#4682) by Jarek Kowalski
Snapshots
- New Feature Add periodic JSON progress output to snapshot verify (#4645) by Nick
- completely ignore unsupported entries instead of reporting them as ignored errors to avoid snapshot warnings (#4613) by Jarek Kowalski
Storage Providers
- Azure client cert env var (#4726) by Julio Lopez
- rename
Options.ClientCertificate
for clarity (#4724) by Julio Lopez - add omitempty JSON tags in azure.Options (#4721) by Julio Lopez
- add tags in azure.Options (#4716) by Julio Lopez
CI/CD
- upgrade to Go 1.24 (#4675) by Julio Lopez
- pin actions (#4657) by Julio Lopez
- upgrade Go toolchain to 1.23.10 (#4656) by Julio Lopez
- include date-time in temp dir name used for tests (#4651) by Julio Lopez
Graphical User Interface
- extracted formatting utilities to separate module (#370) by Jarek Kowalski
- moved policy utils to a separate module (#367) by Jarek Kowalski
- component refactoring (#365) by Jarek Kowalski
- fixed warnings during 'npm test' (#345) by Jarek Kowalski
- reorganized test utilities (#369) by Jarek Kowalski
- speed up tests that use polling with long intervals (#368) by Jarek Kowalski
- refactored router mock setup (#366) by Jarek Kowalski
- move cancelTask to a separate module (#364) by Jarek Kowalski
- added test for top-level index.jsx (#363) by Jarek Kowalski
- added tests for the App component (#362) by Jarek Kowalski
- added tests for Policies page (#361) by Jarek Kowalski
- added tests for DirectoryItems (#360) by Jarek Kowalski
- added tests for DirectoryBreadcrums (#359) by Jarek Kowalski
- added tests for SnapshotCreate component (#358) by Jarek Kowalski
- added tests for SnapshotDirectory component (#357) by Jarek Kowalski
- added forms test (#351) by Jarek Kowalski
- more test coverage (#350) by Jarek Kowalski
- added tests for the Logs component (#349) by Jarek Kowalski
- add tests for Snapshots tab (#348) by Jarek Kowalski
- added tests for the Repository tab (#347) by Jarek Kowalski
- added tests for Tasks (#346) by Jarek Kowalski
- added tests for TimesOfDayTest component (#344) by Jarek Kowalski
- added tests for snapshot estimation (#343) by Jarek Kowalski
- increased coverage for NotificationEditor.jsx (#342) by Jarek Kowalski
- added tests for remaining repository setup pages (#341) by Jarek Kowalski
- increase code coverage (#340) by Jarek Kowalski
- moved tests to tests/ directory and reorganized by their target (#339) by Jarek Kowalski
-
- chocolatey-core.extension (≥ 1.3.0)
Ground Rules:
- This discussion is only about Kopia UI and the Kopia UI 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 Kopia UI, 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.