From 3b8480470fe13d55bc65d8d6caff9b060c6d4e1e Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frab1t@users.noreply.github.com> Date: Tue, 16 Apr 2019 13:10:41 +0200 Subject: [PATCH] Edit readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5e0c82..c55d54c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # rsync-linux-home -A simple script to make backups of your linux home. +A simple script to make backups of your linux home with rsync. ## Usage -1. Configure UUID of destination partition into `rsync-linux-home.py`: +1. Enter the UUID of the destination partition into `rsync-linux-home.py`: ``` - DRIVE_UUID="" + DRIVE_UUID="" ``` 2. Configure which folders to include and which to exclude, changing arrays `INCLUDES`/`EXCLUDES` into `rsync-linux-home.py`: