I've been using btrfs for a media server system. I use a lot of reflink copies to sort my media.
I know I can alias cp as "cp --reflink=always" but how can I have applications that copy data use that alias so every application makes reflinks as the default behavior?