(Not possible) Add rsnapshot to LE system tools addon

    • Official Post

    Works well RPi1 and good documentation. Will need to see how well the removal strategy works, but certainly useful.

    My starting script is:

    Code
    ./rsync_tmbackup.sh /storage /storage/backup/ /storage/config/rsync_tmbackup_exlude.txt

    as rsync_tmbackup.sh <Source> <Destination> <Exlude file>

    With <exclude file> /storage/config/rsync_tmbackup_exlude.txt containing:

    - /.kodi/addons/
    - /backup/
    - /Music/
    - /temp/
    - /lost+found/

    However, it doesn't like excluding /backup/ and so includes it in the next run. Not too sure of it's the syntax or doesn't like <Destination> being part of the <Source>.

    Update: There was a space at the end of - /backup/<space> which was causing the folder not to be excluded.