Following on from yesterday’s post I thought I’d use my newly acquired knowledge to streamline the encryption of my database backups. In theory I could just create a bash script that: Creates the backup. Encrypts the backup. Deletes the non-encrypted version. This is fine, it works. I have two issues with it: Passing the password […]