foliarn.com

internal hub — wireguard only

Services
Music rsync
Push local → server (from your machine)
rsync -avz --progress ~/Music/ tofik@foliarn.com:/home/tofik/sync/music/
Pull server → local (from your machine)
rsync -avz --progress tofik@foliarn.com:/home/tofik/sync/music/ ~/Music/
Dry run (preview changes, no transfer)
rsync -avz --dry-run ~/Music/ tofik@foliarn.com:/home/tofik/sync/music/

Note: Music sync is manual (rsync over SSH). Syncthing handles Obsidian vault, school docs, and RekordBox DB automatically. Close RekordBox before syncing master.db to avoid SQLite corruption.