mirror of
https://github.com/franjsco/rsync-linux-home
synced 2025-06-27 09:03:11 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
dceb064f22 | |||
14a199becd | |||
3b8480470f |
@ -1,11 +1,11 @@
|
|||||||
# rsync-linux-home
|
# 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
|
## 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`:
|
2. Configure which folders to include and which to exclude, changing arrays `INCLUDES`/`EXCLUDES` into `rsync-linux-home.py`:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/python3
|
#!/bin/python3
|
||||||
##################################################
|
##################################################
|
||||||
# rsync-linux-home.py #
|
# rsync-linux-home.py #
|
||||||
# @frab1t #
|
# @franjsco #
|
||||||
# https://github.com/frab1t/rsync-linux-home #
|
# https://github.com/franjsco/rsync-linux-home #
|
||||||
##################################################
|
##################################################
|
||||||
import subprocess
|
import subprocess
|
||||||
import getpass
|
import getpass
|
||||||
|
Reference in New Issue
Block a user