Go to file
Francesco Esposito 4e5149e58c fix readme 2019-04-11 11:34:29 +02: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 fix readme 2019-04-11 11:34:29 +02:00
rsync-linux-home.py Edit comment 2019-04-11 00:34:13 +02:00

README.md

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 = [...]
    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