mirror of
https://github.com/franjsco/rsync-linux-home
synced 2024-12-22 07:15:49 +01:00
.gitignore | ||
LICENSE | ||
README.md | ||
rsync-linux-home.py |
rsync-linux-home
A simple script to make backups of your linux home with rsync.
Usage
-
Enter the UUID of the destination partition into
rsync-linux-home.py
:DRIVE_UUID="<set here Partition UUID>"
-
Configure which folders to include and which to exclude, changing arrays
INCLUDES
/EXCLUDES
intorsync-linux-home.py
:INCLUDES = [...] EXCLUDES = [...]
-
Make the script executable
chmod +x rsync-linux-home.py
-
Launch the script to perform the backup
./rsync-linux-home.py
License
GPLv3