mirror of
https://github.com/hamonikr/systemback.git
synced 2025-12-23 14:07:48 -05:00
update logo
This commit is contained in:
46
,
46
,
@@ -1,46 +0,0 @@
|
||||

|
||||

|
||||
|
||||
## systemback
|
||||
|
||||
Upstream : https://code.launchpad.net/~nemh/systemback/stable
|
||||
|
||||
systemback 프로그램을 하모니카에서 사용할 수 있도록 새롭게 빌드한 프로젝트.
|
||||
|
||||
- 초보자도 쉽게 자신만의 ISO 이미지를 만들어서 배포할 수 있는 프로그램
|
||||
- 사용중인 자신의 PC 환경을 라이브 이미지로 제작할 수 있는 기능 제공
|
||||
- 자신이 수정한 자신만의 환경으로 다른 PC에 설치할수 있는 ISO 이미지를 쉽게
|
||||
제작가능
|
||||
- 한글 인터페이스를 지원하도록 기능 추가
|
||||
- 하모니카 3.0 에서 빌드하고 검증완료 (Ubuntu 18.04, LinuxMint 19.01 지원)
|
||||
- 하모니카 4.0 에서 검증완료 (Ubuntu 20.04, LinuxMint 20.01 지원)
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||

|
||||
|
||||
## 설치
|
||||
|
||||
### HamoniKR OS 사용자의 경우
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install systemback
|
||||
```
|
||||
|
||||
### Ubuntu 18.04, 20.04, LinuxMint 19, 20.1 (Ubuntu based Linux)
|
||||
```
|
||||
# 하모니카 저장소 추가
|
||||
curl -sL https://pkg.hamonikr.org/add-hamonikr.apt | sudo -E bash -
|
||||
|
||||
sudo apt install systemback
|
||||
```
|
||||
|
||||
## clean remove pkg
|
||||
```
|
||||
sudo apt purge -y systemback systemback-cli systemback-scheduler systemback-locales libsystemback systemback-efiboot-amd64
|
||||
```
|
||||
|
||||
## 이슈 또는 버그
|
||||
사용 중 문제를 발견하시면 root@hamonikr.org 또는 https://hamonikr.org 에서 알려주세요.
|
||||
52
README.md
52
README.md
@@ -1,8 +1,46 @@
|
||||
# Systemback-1.9.4
|
||||
Systemback-source
|
||||

|
||||

|
||||
|
||||
Simple system backup and restore application with extra features
|
||||
Systemback makes it easy to create backups of the system and the users
|
||||
configuration files. In case of problems you can easily restore the previous
|
||||
state of the system. There are extra features like system copying, system
|
||||
installation and Live system creation.
|
||||
## systemback
|
||||
|
||||
Upstream : https://code.launchpad.net/~nemh/systemback/stable
|
||||
|
||||
systemback 프로그램을 하모니카에서 사용할 수 있도록 새롭게 빌드한 프로젝트.
|
||||
|
||||
- 초보자도 쉽게 자신만의 ISO 이미지를 만들어서 배포할 수 있는 프로그램
|
||||
- 사용중인 자신의 PC 환경을 라이브 이미지로 제작할 수 있는 기능 제공
|
||||
- 자신이 수정한 자신만의 환경으로 다른 PC에 설치할수 있는 ISO 이미지를 쉽게
|
||||
제작가능
|
||||
- 한글 인터페이스를 지원하도록 기능 추가
|
||||
- 하모니카 3.0 에서 빌드하고 검증완료 (Ubuntu 18.04, LinuxMint 19.01 지원)
|
||||
- 하모니카 4.0 에서 검증완료 (Ubuntu 20.04, LinuxMint 20.01 지원)
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||

|
||||
|
||||
## 설치
|
||||
|
||||
### HamoniKR OS 사용자의 경우
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install systemback
|
||||
```
|
||||
|
||||
### Ubuntu 18.04, 20.04, LinuxMint 19, 20.1 (Ubuntu based Linux)
|
||||
```
|
||||
# 하모니카 저장소 추가
|
||||
curl -sL https://pkg.hamonikr.org/add-hamonikr.apt | sudo -E bash -
|
||||
|
||||
sudo apt install systemback
|
||||
```
|
||||
|
||||
## clean remove pkg
|
||||
```
|
||||
sudo apt purge -y systemback systemback-cli systemback-scheduler systemback-locales libsystemback systemback-efiboot-amd64
|
||||
```
|
||||
|
||||
## 이슈 또는 버그
|
||||
사용 중 문제를 발견하시면 root@hamonikr.org 또는 https://hamonikr.org 에서 알려주세요.
|
||||
|
||||
BIN
splash.png
BIN
splash.png
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 135 KiB |
@@ -2,11 +2,13 @@
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Name=Systemback
|
||||
Name[ko]=시스템 스냅샷 관리
|
||||
Comment=Simple system backup and restore application with extra features
|
||||
Comment[hu]=Egyszerű rendszermentő és visszaállító alkalmazás további extra funkciókkal
|
||||
Comment[ko]=시스템 스냅샷 생성 및 복구 프로그램
|
||||
Exec=/usr/lib/systemback/sbsustart systemback gtk+
|
||||
Type=Application
|
||||
Icon=systemback
|
||||
Terminal=false
|
||||
NotShowIn=KDE;
|
||||
Categories=System;
|
||||
Keywords=backup;restore;백업;복구;라이브;live;iso;시스템;Systemback;systemback;
|
||||
Reference in New Issue
Block a user