Simple Bash script to backup Docker Bind data & Volumes
Introduction Regular data backups are vital. We all know this. So in that spirit, I've made a simple bash script that does the following: 1. Stops all running Docker containers on the server. 2. Creates an archieve file of all the bind mount data. 3. Creates archieves of…