This commit is contained in:
nicco 2018-01-21 13:36:53 +01:00
parent 5131c3886a
commit ec2f667298

View File

@ -13,6 +13,7 @@ python3 ixesha.py --backup ~/ --output /mnt/backup/home
## Setup
### Requirements
- `Python3`
- `rsync` (min. v3.1.1)
@ -31,7 +32,6 @@ python3 ixesha.py --backup ~/ --output /mnt/backup/home
Well... I don't know...
## Usage 👾
### Run 🚀
@ -45,18 +45,17 @@ or with only bash: ```./ixesha -b <my-folder> -o <where-to-save-it>```
###### Example
Backup my home folder for example to some mounted drive
```bash
python3 ixesha.py --backup ~/ --output /mnt/backupdrive/home
```
### Arguments
- `-h` `--help` Show help dialog
- `-b` `--backup` The folder to be backed up
- `-o` `--output` Location where the snapshots will be saved
### Cron 🕰
If you want to run it every x... you can create a cronjob