lee-shun / systemback

fork of sysmteback, a useful system backup tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Systemback

This is a fork of systemback. The original project is no longer maintained by the creator.

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.

Install

sudo sh -c 'echo "deb [arch=amd64] http://mirrors.bwbot.org/ stable main" > /etc/apt/sources.list.d/systemback.list'
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key 50B2C005A67B264F
sudo apt-get update
sudo apt-get install systemback

Build

git clone https://github.com/BluewhaleRobot/systemback
cd systemback/systemback
debuild

Changelog

1.8.9

  • Fix support for NVMe

1.8.8

1.8.7

  • Fix symbol link missing after install system images

1.8.6

  • Add sbignore file, set include user data as default, set autoiso as default

1.8.5

  • Add support for Ubuntu 20.04 and large iso

About

fork of sysmteback, a useful system backup tool


Languages

Language:C++ 97.7%Language:QMake 1.2%Language:Roff 0.5%Language:Shell 0.4%Language:Makefile 0.3%