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