Backup mit Restic
Installation von Restic und aktualisieren von Restic. sudo apt install restic -y sudo restic self-update Anpassen der .bashrc von root # Repo definieren und PW hinterlegen export RESTIC_REPOSITORY=/home/backup export RESTIC_PASSWORD=12345678 #Was soll gesichert werden?...