mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
[Kopia](https://kopia.io/) is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
5 lines
85 B
PHP
5 lines
85 B
PHP
<?php namespace App\SupportedApps\Kopia;
|
|
|
|
class Kopia extends \App\SupportedApps {
|
|
|
|
} |