1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
This commit is contained in:
Rémy G 2015-10-13 14:01:06 +00:00
commit 2f3e31efbe

View file

@ -5,6 +5,7 @@ app=kanboard
# which will be compressed afterward
backup_dir=$1/apps/$app
mkdir -p $backup_dir
sudo chown admin: $backup_dir
# Backup sources & data
sudo cp -a /var/www/$app/. $backup_dir/sources
@ -16,4 +17,4 @@ sudo mysqldump -u $app -p$db_pwd $app > $backup_dir/$app.dmp
# Copy Nginx and YunoHost parameters to make the script "standalone"
sudo cp -a /etc/yunohost/apps/$app/. $backup_dir/yunohost
domain=$(sudo yunohost app setting $app domain)
sudo cp -a /etc/nginx/conf.d/$domain.d/$app.conf $backup_dir/nginx.conf
sudo cp -a /etc/nginx/conf.d/$domain.d/$app.conf $backup_dir/nginx.conf