sysutils/kopia: New port: Fast and secure open-source backup/restore 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. WWW: https://kopia.io/
This commit is contained in:
parent
d053c682cf
commit
25dacf141c
4 changed files with 30 additions and 0 deletions
|
@ -606,6 +606,7 @@
|
|||
SUBDIR += kio-fuse
|
||||
SUBDIR += kldfind
|
||||
SUBDIR += kldpatch
|
||||
SUBDIR += kopia
|
||||
SUBDIR += kops
|
||||
SUBDIR += kpmcore
|
||||
SUBDIR += krename
|
||||
|
|
16
sysutils/kopia/Makefile
Normal file
16
sysutils/kopia/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
PORTNAME= kopia
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.11.3
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
COMMENT= Fast and secure open-source backup/restore tool
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= go:modules
|
||||
GO_MODULE= github.com/kopia/kopia
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/kopia/distinfo
Normal file
5
sysutils/kopia/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
TIMESTAMP = 1658831981
|
||||
SHA256 (go/sysutils_kopia/kopia-v0.11.3/v0.11.3.mod) = c60bcc47f15dbebb72fb97dfd9e025f376c6dcdc6cd335931efb48c60ed5bcb5
|
||||
SIZE (go/sysutils_kopia/kopia-v0.11.3/v0.11.3.mod) = 5722
|
||||
SHA256 (go/sysutils_kopia/kopia-v0.11.3/v0.11.3.zip) = 90b791e2f65174671d43d515806cfe8f5362851aa3c791dfbe3f76b1da022bce
|
||||
SIZE (go/sysutils_kopia/kopia-v0.11.3/v0.11.3.zip) = 4127176
|
8
sysutils/kopia/pkg-descr
Normal file
8
sysutils/kopia/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
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.
|
||||
|
||||
WWW: https://kopia.io/
|
Loading…
Reference in a new issue