mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update backup
Fixing backup so mysqldump dump properly. This version works on my server, aka no issue running `yunohost backup create`
This commit is contained in:
parent
a133bca542
commit
29d0ba8229
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ app=kanboard
|
|||
# which will be compressed afterward
|
||||
backup_dir=$1/apps/$app
|
||||
sudo mkdir -p $backup_dir
|
||||
sudo chown admin: $backup_dir
|
||||
|
||||
# Backup sources & data
|
||||
sudo cp -a /var/www/$app/. $backup_dir/sources
|
||||
|
|
Loading…
Reference in a new issue