mirror of
https://github.com/php/systems.git
synced 2026-03-23 23:32:12 +01:00
9 lines
333 B
Bash
Executable File
9 lines
333 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rsync -aC --delete --delete-after --exclude=logs --exclude=uploads --exclude=local_config.php \
|
|
rsync.php.net::php-bugs-web /srv/bugs.php.net
|
|
chown -R www-data.www-data /srv/bugs.php.net
|
|
|
|
# update the mysql config file
|
|
rsync -az /local/systems/bugs.php.net/additional.mysql.cnf /etc/mysql/conf.d/additional.mysql.cnf
|