@p3ter Bash is so powerful. I've got a half a dozen or more that I've written and stuck in cron.daily, cron.weekly, etc. to make backups, install updates and all sorts of things. Even my off site backup, which I do manually, is mostly a bash script that I wrote that does a lot of the work for me and just prompts me to confirm certain things before continuing. And it's literally just one plain text file that does everything on its own with the built in core utils that ship with Debian, 🙂