Compare commits

...

2 Commits

Author SHA1 Message Date
Yavuz Aydın 5e828b79db Added PATH to include /usr/local/sbin and /usr/local/bin 2021-07-27 13:09:35 +02:00
Yavuz Aydın 5502618ec5 Added PATH to include /usr/local/sbin and /usr/local/bin 2021-07-27 13:08:46 +02:00
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@
# #
##############################################################################################
# #
# 2021/07/27 1.10 Added PATH to include /usr/local/sbin and /usr/local/bin #
# 2021/07/26 1.9 Added MYSQL_BIN, MYSQLADMIN_BIN and MYSQLADMIN_BIN variables #
# 2020/12/30 1.8 Added DBS_SKIP to prevent dumping certain databases #
# 2020/02/27 1.7 Added username and password and set default retention to 1 day #
@ -75,6 +76,8 @@
# MySQL administrative user password, uncomment if you want to use this instead of
# the value in /root/.my.cnf
#MYSQL_PW='ThisIsMyMySQLRootPassword'
# Set PATH to include /usr/loca/
PATH="/usr/local/sbin:/usr/local/bin:${PATH}"
# Log file
BAKUP_LOG=/var/backup/log/mysql-backup.log
# Backup Base directory