mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
commit
9708947adc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ db_pwd=$(sudo yunohost app setting ${APP} mysqlpwd)
|
|||
|
||||
# Backup app files
|
||||
sudo mkdir -p "${BACKUP_DIR}/www"
|
||||
sudo cp -a /var/www/${app}/. "${BACKUP_DIR}/www"
|
||||
sudo cp -a /var/www/${APP}/. "${BACKUP_DIR}/www"
|
||||
|
||||
# Backup conf files
|
||||
sudo mkdir -p "${BACKUP_DIR}/conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue