SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
3.02k stars 1.23k forks source link

[Package Request] Kopia #5842

Closed mdhowle closed 4 months ago

mdhowle commented 1 year ago

Software Name

kopia

Brief Description

Kopia is a backup software that provides efficient and secure data protection by creating snapshots of files, enabling you to easily store and restore your data across various storage locations while ensuring data integrity and encryption.

Website

https://kopia.io

Documentation

https://kopia.io/docs/

Build/Installation documentation

https://github.com/kopia/kopia/blob/master/BUILD.md

Source code

https://github.com/kopia/kopia

OpenSource License

Apache

Other License

No response

hgy59 commented 1 year ago

just another backup solution... We already have packages for borgbackup, duplicity, rdiff-backup, rsnapshot and some deduplication tools. And restic is on the way in #5557...

Anyway, it is not a huge task to create a kopia package, since the binaries for several archs are available for download and we do not have to cross compile it. I successfully started a kopia server with ./kopia server start --ui --insecure --address=http://0.0.0.0:51515 --server-password={myserverpassword} on a DS218 (aarch64 on DSM 6.2.4). And I can log in to the server with the web ui as user kopia with the given server-password.

The connection from KopiaUI on a windows machine was not possible, as only secure connections (https with server certificate thumbprint) are allowed.

So such a package would require additional investigations:

@mdhowle we can create a kopia package, but are you willing to act as a maintainer for testing the usability and documenting the usage of such a package?

mdhowle commented 1 year ago

Hey @hgy59, I didn't expect anyone to respond so quickly.

we can create a kopia package, but are you willing to act as a maintainer for testing the usability and documenting the usage of such a package?

Yes, I will.

Thank you!