Heimdall-Apps/Kopia/Kopia.php
Amir Zarrinkafsh a286bb03c8
Add Kopia foundation application
[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.
2021-08-17 09:59:00 +10:00

5 lines
85 B
PHP

<?php namespace App\SupportedApps\Kopia;
class Kopia extends \App\SupportedApps {
}