itzg / docker-mc-backup

Provides a side-car container to backup itzg/minecraft-server world data
https://hub.docker.com/r/itzg/mc-backup
MIT License
316 stars 52 forks source link

rsync: Fix link not created if exists #170

Closed toddejohnson closed 7 months ago

toddejohnson commented 7 months ago

I was silly and thought ln -sf the f was file and it wasn't needed. Well it is force and that is needed to get the folder overwrote if it exists which is usually does. This adds the f for force back so the latest link is actually working.