mirror of
https://github.com/cupcakearmy/ixesha.git
synced 2024-12-22 16:16:24 +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
|
###### 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`
|
2. Install `python3` and `rsync`: `brew install python3 rsync`
|
||||||
|
|
||||||
###### debian / ubuntu
|
###### debian / ubuntu
|
||||||
@ -37,11 +37,11 @@ Well... I don't know 😅
|
|||||||
### Run 👾
|
### Run 👾
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 ixesha.py [-h|--help] -b|--backup <my-folder> -o|--output <where-to-save-it>
|
python3 ixesha.py --backup <my-folder> --output <where-to-save-it>
|
||||||
# or
|
|
||||||
./ixesha -b <my-folder> -o <where-to-save-it>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or with only bash: ```./ixesha -b <my-folder> -o <where-to-save-it>```
|
||||||
|
|
||||||
###### Example
|
###### Example
|
||||||
|
|
||||||
Backup my home folder for example to some mounted drive
|
Backup my home folder for example to some mounted drive
|
||||||
|
Loading…
Reference in New Issue
Block a user