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
298 stars 51 forks source link

rsync: Fix latest symlink creation #177

Closed toddejohnson closed 2 months ago

toddejohnson commented 3 months ago

So it appears that it was treating latest as a directory not a target. This was... making a mess of the oldest backup by linking newer ones into that folder. The -T option forces the system to treat it as a target not a directory.