I spent my day doing updates to the automysqlbackup script. Here is some of what I’ve added over the last year.
The bug number fixes are from SourceForge. https://sourceforge.net/tracker/?atid=628964&group_id=101066&func=browse
# 2.5.5 MTG – (2011-07-21)
# – Bug – Typo Ureadable Unreadable config file
line 424 – ID: 3316825
# – Bug – Change “#!/bin/bash” to
“#!/usr/bin/env bash” – ID: 3292873
# – Bug – problem with excludes – ID:
3169562
# – Bug – Total disk space on symbolic links –
ID: 3064547
# – Added DEBUG option to only print the
commands that will be executed.
# – Bug – WHICH command didn’t work if there …