1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

fix backupfor yunohost 2.4

This commit is contained in:
mbugeia 2016-02-08 21:09:26 +01:00
parent 4ca7b7197f
commit 5836a48c36

View file

@ -14,7 +14,7 @@ db_pwd=$(sudo yunohost app setting ${APP} mysqlpwd)
# Backup app files # Backup app files
sudo mkdir -p "${BACKUP_DIR}/www" 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 # Backup conf files
sudo mkdir -p "${BACKUP_DIR}/conf" sudo mkdir -p "${BACKUP_DIR}/conf"