dotfiles/.local/bin/music-sync

6 lines
320 B
Plaintext
Raw Permalink Normal View History

2023-11-04 02:40:02 +01:00
#!/bin/bash
rsync -rltDi --chmod=D755,F644 ~/Musique/ files@breizh.pm:/Musique/ --delete -f '- Podcasts' -f '-p index.html' --info=progress2 --stats
rsync -rltDi --chmod=D755,F644 ~/Musique.opus/ files@breizh.pm:/Musique.opus/ --link-dest=/Musique/ --delete -f '- Podcasts' -f '-p index.html' --info=progress2 --stats