1
0
mirror of https://github.com/franjsco/rsync-linux-home synced 2025-01-02 05:26:45 +01:00

Edit readme

This commit is contained in:
Francesco Esposito 2019-04-16 13:10:41 +02:00
parent 6c56165846
commit 3b8480470f

View File

@ -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="<set here your UUID Partition>"
DRIVE_UUID="<set here Partition UUID>"
```
2. Configure which folders to include and which to exclude, changing arrays `INCLUDES`/`EXCLUDES` into `rsync-linux-home.py`: