https://github.com/linuxdeepin/deepin-ab-recovery
https://github.com/linuxdeepin/deepin-ab-recovery
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-ab-recovery
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2020-09-21T05:25:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T06:20:22.000Z (over 2 years ago)
- Last Synced: 2024-06-21T19:37:22.461Z (over 1 year ago)
- Language: Go
- Size: 203 KB
- Stars: 1
- Watchers: 13
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deepin-ab-recovery
A/B backup and restore service
## Dependencies
You can also check the "Depends" provided in the debian/control file.
### Build dependencies
You can also check the "Build-Depends" provided in the debian/control file.
## Installation
Install prerequisites
```
$ sudo apt-get build-dep deepin-ab-recovery
```
Build
```
$ make
```
```
$ sudo make install
```
Or, generate package files and install Deepin Terminal with it
```
$ debuild -uc -us ...
$ sudo dpkg -i ../deepin-ab-recovery*.deb
```
## Usage
refer to the following documents:
[接口](./docs/ifc.md)
[设计](./docs/design.md)
## Getting help
Any usage issues can ask for help via
* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
* [IRC channel](https://webchat.freenode.net/?channels=deepin)
* [Forum](https://bbs.deepin.org)
* [WiKi](http://wiki.deepin.org/)
## Getting involved
We encourage you to report issues and contribute changes
* [Contribution guide for users](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Users)
* [Contribution guide for developers](http://wiki.deepin.org/index.php?title=Contribution_Guidelines_for_Developers).
## License
deepin-ab-recovery is licensed under [GPL-3.0-or-later](LICENSE).