diff --git a/README.md b/README.md index 55e2957..05dc5bd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ # Core System [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE.txt) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/6e66409513d7451b949afbf0373ba71f)](https://www.codacy.com/manual/kevinveenbirkenbach/core-system?utm_source=github.com&utm_medium=referral&utm_content=kevinveenbirkenbach/core-system&utm_campaign=Badge_Grade) [![Travis CI](https://travis-ci.org/kevinveenbirkenbach/core-system.svg?branch=master)](https://travis-ci.org/kevinveenbirkenbach/core-system) -# DEPRECATED - -This Repo is refactored to: -- https://github.com/kevinveenbirkenbach/client-playbook -- https://github.com/kevinveenbirkenbach/analyze-script-collection - ``` The _____ _____ _ @@ -25,23 +19,6 @@ Licensed under GNU GENERAL PUBLIC LICENSE Version 3 This repository contains scripts to set up an working client system, maintain it and to save all important and configuration data on an USB stick. The data is stored encrypted with [EncFS](https://en.wikipedia.org/wiki/EncFS). It's adapted to the needs of Kevin Veen-Birkenbach. Feel free to clone it and to adapt it to your needs. The goal is to never setup and configure a system manual again, or to care about loosing passwords and important data. Instead the whole process **SHOULD** be automatized. -## Functions - -This repository contains the following scripts: - -| Order | Description | -|---|---| -| ```bash ./scripts/system-setup.sh``` | Setup the customized software on the system on which you execute it. | -| ```bash ./scripts/image/backup.sh``` | Backup an device image | -| ```bash ./scripts/data/import-data-from-system.sh``` | Import data from the host system.| -| ```bash ./scripts/data/export-data-to-system.sh``` | Export data to the host system.| -| ```bash ./scripts/encryption/data/unlock.sh``` | Unlock the stored data.| -| ```bash ./scripts/encryption/data/lock.sh``` | Lock the stored data | -| ```bash ./scripts/pull-local-repositories.sh``` | Pulls all local repositories branches | -| ```bash ./scripts/pushs-local-repositories.sh``` | Pushs all local repositories branches | -| ```encfsctl passwd .encrypted``` | Change the password of the encrypted folder. | - - ## System ### Client The client script is optimized for a [Manjaro Linux](https://manjaro.org). It's recommended to encrypt the hard drive with [LUKS](https://en.wikipedia.org/wiki/Linux_Unified_Key_Setup) if the computer isn't shared.