mirror of
https://github.com/cupcakearmy/ixesha.git
synced 2024-12-21 23:56:29 +00:00
Reformatting
This commit is contained in:
parent
40d5403565
commit
f8d84d589c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user