mirror of
https://github.com/franjsco/rsync-linux-home
synced 2025-01-03 10:39:11 +01:00
Edit readme
This commit is contained in:
parent
a2f21cae57
commit
3536e0adba
26
README.md
26
README.md
@ -1 +1,25 @@
|
||||
# rsync-linux-home
|
||||
# rsync-linux-home
|
||||
|
||||
A simple script to make backups of your linux home.
|
||||
|
||||
## Usage
|
||||
1. Configure UUID of destination partition into `rsync-linux-home.py`:
|
||||
```
|
||||
DRIVE_UUID="<set here your UUID Partition>"
|
||||
```
|
||||
|
||||
2. Configure which folders to include and which to exclude, changing arrays `INCLUDES`/`EXCLUDES` into `rsync-linux-home.py`:
|
||||
```
|
||||
INCLUDES = [...]
|
||||
EXCLOUDES = [...]
|
||||
```
|
||||
|
||||
3. Make the script executable
|
||||
```
|
||||
chmod +x rsync-linux-home.py
|
||||
```
|
||||
|
||||
4. Launch the script to perform the backup
|
||||
```
|
||||
./rsync-linux-home.py
|
||||
```
|
Loading…
Reference in New Issue
Block a user