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