#!/bin/bash rsync --no-i-r -rltDi -hh --chmod=D755,F644 ~/Musique/ files@breizh.pm:/Musique/ --delete -f '-p index.html' --info=progress2 --stats rsync --no-i-r -rltDi -hh --chmod=D755,F644 ~/Musique.opus/ files@breizh.pm:/Musique.opus/ --link-dest=/Musique/ --delete -f '-p index.html' --info=progress2 --stats