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 doesn't prune #168

Closed toddejohnson closed 5 months ago

toddejohnson commented 5 months ago

In testing I finally hit prune and the find command doesn't rm -rf it -delete which is like rmdir so I need to get a PR fixing this. Filing an issue so I don't forget. Feel free to assign to me.

https://github.com/itzg/docker-mc-backup/blob/3b076c4c9a442ae58fdeff140c5e4d9670715dc9/scripts/opt/backup-loop.sh#L317C1-L318C1

itzg commented 5 months ago

Thanks for following up that.