22-08-2024
This commit is contained in:
28
backups_conf.sh
Executable file
28
backups_conf.sh
Executable 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
|
||||
Reference in New Issue
Block a user