Go to file
Francesco Esposito dceb064f22 Edit username 2020-03-01 23:55:07 +01:00
.gitignore add .gitignore 2019-04-10 22:05:59 +02:00
LICENSE Initial commit 2019-04-10 21:51:25 +02:00
README.md Edit readme 2019-04-16 13:10:41 +02:00
rsync-linux-home.py Edit username 2020-03-01 23:55:07 +01:00

README.md

rsync-linux-home

A simple script to make backups of your linux home with rsync.

Usage

  1. Enter the UUID of the destination partition into rsync-linux-home.py:

    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:

    INCLUDES = [...]
    EXCLUDES = [...]
    
  3. Make the script executable

    chmod +x rsync-linux-home.py
    
  4. Launch the script to perform the backup

    ./rsync-linux-home.py
    

License

GPLv3