From ec2f667298f5027dcae710e24333c98ee51eadc6 Mon Sep 17 00:00:00 2001 From: nicco Date: Sun, 21 Jan 2018 13:36:53 +0100 Subject: [PATCH] cleanup --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14137db..60cd18e 100644 --- a/README.md +++ b/README.md @@ -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 -o ``` ###### 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