Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Systemback crear puntos de restauración

Leer en espanol
Systemback crear puntos de restauración

Table of contents

Systemback It is a tool that, in addition to facilitating our system backups, comes loaded with many other interesting options such as the possibility of create restore points of the system.

I personally opt for Let-dup when making my backups, although I have to accept that Systemback It brings other very good options that I really liked, such as the possibility of creating a Live CD of our entire system as we have it configured at the time of creation.

Today watching fromlinux I have seen this software which I did not know existed... and I have decided to install it under Debian.

We add the following repository

text
#Systemback

deb http://ppa.launchpad.net/nemh/systemback/ubuntu lucid main

We add the KEY

text
gpg –keyserver subkeys.pgp.net –recv 14E4942973C62A1B
gpg –export –armor 14E4942973C62A1B | apt-key add –

We install systemback

Bash
apt-get install systemback

Captura de pantalla de 2014-02-24 19:09:37

Seen in: http://blog. desdelinux.net

Greetings, rokitoh!

Comments