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

22
backup_conf.sh Executable file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/env bash
dest=$HOME/Documents/conf
cp /opt/homebrew/etc/httpd/other/boiteverte.conf "$dest"
cp /opt/homebrew/etc/httpd/other/clicclac.conf "$dest"
cp /opt/homebrew/etc/httpd/other/sentier.conf "$dest"
cp /opt/homebrew/etc/httpd/extra/httpd-vhosts.conf "$dest"
cp /opt/homebrew/etc/httpd/extra/httpd-ssl.conf "$dest"
cp /opt/homebrew/etc/httpd/httpd.conf "$dest"
cp -r /opt/homebrew/etc/httpd/certs "$dest"
#cp /opt/homebrew/etc/php/8.1/conf.d/imagick.ini "$dest"
#cp /opt/homebrew/etc/php/8.1/php-fpm.conf "$dest"
#cp /opt/homebrew/etc/php/8.1/php.ini "$dest"
#cp /opt/homebrew/etc/php/8.1/php-fpm.d/www.conf "$dest"
#cp /opt/homebrew/etc/php/8.2/php.ini "$dest"
#cp -r /opt/homebrew/etc/php/8.1/conf.d "$dest"
#cp /opt/homebrew/etc/php/8.1/pear.conf "$dest"
cp /opt/homebrew/etc/redis-sentinel.conf "$dest"
cp /opt/homebrew/etc/redis.conf "$dest"