2025-04-22, 09:36 PM
I'm just leaving everything as flac right now but wanted to share my invocation for rclone, it's been a bit faster/cleaner for me than rsync (probably I just don't know rsync well enough but when you have a hammer everything is a nail)! Obviously very specific to my particular music library but an example of an rclone invocation at least.
Code:
#!/usr/bin/env bash
set -euo pipefail
rclone \
sync \
--ignore-case \
--exclude \*.jpg \
--exclude \*.webp \
--exclude \*.mkv \
--exclude \*.mp4 \
--exclude \*.aac \
--exclude \*.m4a \
--no-update-modtime \
--progress \
/share/plex-media/music/ \
/share/external/DEV3303_1/Music/