22-08-2024

This commit is contained in:
2024-08-22 08:44:15 +02:00
parent 4675acdd0d
commit aaf3776e62
20 changed files with 782 additions and 4 deletions

28
backups_conf.sh Executable file
View File

@@ -0,0 +1,28 @@
#!/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