Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubackup/kubackup
A Simple, Open-Source, and Modern Web UI for Restic.
https://github.com/kubackup/kubackup
backup backups filebackup restic restic-gui
Last synced: 10 days ago
JSON representation
A Simple, Open-Source, and Modern Web UI for Restic.
- Host: GitHub
- URL: https://github.com/kubackup/kubackup
- Owner: kubackup
- License: gpl-3.0
- Created: 2024-05-20T02:29:03.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T04:00:06.000Z (3 months ago)
- Last Synced: 2024-08-08T05:52:27.095Z (3 months ago)
- Topics: backup, backups, filebackup, restic, restic-gui
- Language: Go
- Homepage: https://kubackup.cn
- Size: 617 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-restic - Kubackup - A Simple, Open-Source, and Modern Web UI for Restic. (Apps)
README
# Kubackup
A Simple, Open-Source, and Modern Web UI for Restic
[中文](README.md)
## Overview
[Kubackup](https://kubackup.cn) is a file backup system built on top of [Restic](https://github.com/restic/restic),
offering not only its powerful capabilities but also enhanced functionality and usability for a comprehensive data
protection experience. Kubackup retains Restic's core strengths, like high-speed backups, data security, and
reliability, while introducing the following features:- **Simplicity**: User-friendly web interface with OTP authentication and account login, making it intuitive and easy
for both beginners and experienced users to create, manage, and monitor backup tasks.
- **Efficiency**: Based on Restic's incremental backup technology, Kubackup only backs up data changed since the last
backup, saving storage space while maintaining speed.
- **Speed**: Written in Go, it boosts backup efficiency, with backup speed limited only by network or disk bandwidth.
- **Security**: Data is encrypted during transmission and storage, ensuring confidentiality and integrity, while hash
checks guarantee consistency.
- **Compatibility**: Supports importing existing Restic repositories.
- **Flexibility**: Extends support to Tencent COS, Alibaba OOS, and Huawei OBS as backend storage options, catering to
Chinese users.## Installation Documentation
[https://kubackup.cn/installation/online/](https://kubackup.cn/installation/online/)
## Demo
[https://demo.kubackup.cn](https://demo.kubackup.cn)
username:```admin ```
password:```8aqxUYPt```## Preview
## GitHub Stargazers over time
[![Stargazers over time](https://starchart.cc/kubackup/kubackup.svg?variant=light)](https://starchart.cc/kubackup/kubackup)
## Dependencies
- [Restic](https://github.com/restic/restic)
- [Cobra](https://github.com/spf13/cobra)
- [Iris](https://github.com/kataras/iris)
- [Vue](https://github.com/vuejs/vue)## Disclaimer
**Users of this project should understand and accept the following risks:**
- The project may contain errors or undiscovered flaws, which could result in data loss, system failures, or other
unforeseen issues. You are responsible for evaluating whether the software suits your requirements and implementing
appropriate precautions, such as backing up your data and testing the software in an isolated environment, among
others.
- The project may not be suitable for your specific requirements, and it is your responsibility to evaluate whether the
project meets your requirements.
- The project might depend on third-party libraries or services, and the availability and stability of these
dependencies are outside the control of the project author.
- The project author does not provide technical support, and you may need to resolve any encountered issues on your own
or seek assistance from the community.**Important Notice:** Before deploying the project into a production environment, it is strongly recommended that you
thoroughly test and validate it to ensure it aligns with your security and performance standards.