Files
bash/backups_conf.sh
2024-08-22 08:44:15 +02:00

28 lines
722 B
Bash
Executable File

#!/usr/bin/env bash
italic="\033[3m"
underline="\033[4m"
ita_under="\033[3;4m"
bgd="\033[1;4;31m"
red="\033[1;31m"
bold="\033[1m"
bold_ita="\033[1;3m"
box="\033[1;41m"
redbold="\033[1;31m"
redbox="\033[1;41m"
green="\033[0;32m"
reset="\033[0m"
cp -r /opt/homebrew/etc/httpd /Users/bruno/Documents/webserver
cp -r /opt/homebrew/etc/php /Users/bruno/Documents/webserver
cp /opt/homebrew/etc/my.cnf /Users/bruno/Documents/webserver
cp -r /opt/homebrew/etc/my.cnf.d/ /Users/bruno/Documents/webserver
cp /opt/homebrew/etc/phpmyadmin.config.inc.php /Users/bruno/Documents/webserver
cp /opt/homebrew/etc/redis.conf /Users/bruno/Documents/webserver
cp /opt/homebrew/etc/redis-sentinel.conf /Users/bruno/Documents/webserver