This repository has been archived on 2020-11-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BorgBackup/Installation.sh
2020-08-20 17:58:26 +02:00

13 lines
286 B
Bash

#!bin/bash
## zutreffendes zum Erstellen auskommentieren um ein Repo zu erstellen
##Installation##
sudo apt install borgbackup -y
##RepoErstellen Lokal##
#sudo borg init -e none /pfad/zum/Ordner
##RepoErstellen ssh##
#sudo borg init -e none ssh://Benutzer@domin.xyz/pfad/zum/Odner