Reformatting

This commit is contained in:
Nicco 2018-01-21 12:42:01 +01:00 committed by GitHub
parent 40d5403565
commit f8d84d589c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ python3 ixesha.py --backup ~/ --output /mnt/backup/home
###### macOS
1. Install brew: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
1. Install [brew](https://brew.sh/): `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
2. Install `python3` and `rsync`: `brew install python3 rsync`
###### debian / ubuntu
@ -37,11 +37,11 @@ Well... I don't know 😅
### Run 👾
```bash
python3 ixesha.py [-h|--help] -b|--backup <my-folder> -o|--output <where-to-save-it>
# or
./ixesha -b <my-folder> -o <where-to-save-it>
python3 ixesha.py --backup <my-folder> --output <where-to-save-it>
```
or with only bash: ```./ixesha -b <my-folder> -o <where-to-save-it>```
###### Example
Backup my home folder for example to some mounted drive