kubackup

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

README

Kubackup

简单、开源、快速、安全的 服务器文件备份工具

GitHub Repo stars Gitee Repo stars

Github release codacy

  • 简单:用户可以通过 Web 图形界面轻松管理备份任务;
  • 高效:随着数据的增长,额外的快照只占用实际增量的存储;
  • 快速:使用 go 编程语言编写,充分提升备份效率,备份数据仅受网络或硬盘带宽的限制;
  • 安全:使用 AES-256 对数据进行加密,并使用 Poly1305-AES 对数据进行身份验证,以保证您数据的机密性和完整性;

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BuildTime string
	V         string
)

Functions

This section is empty.

Types

type Verison

type Verison struct {
	BuildTime string `json:"buildTime"`
	Verison   string `json:"verison"`
}

func GetVersion

func GetVersion() *Verison

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL