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

Merge pull request #8 from rgarrigue/patch-1

Update backup
This commit is contained in:
tostaki 2015-10-13 16:01:17 +02:00
commit a133bca542

View file

@ -4,7 +4,7 @@ app=kanboard
# The parameter $1 is the backup directory location
# which will be compressed afterward
backup_dir=$1/apps/$app
mkdir -p $backup_dir
sudo mkdir -p $backup_dir
# Backup sources & data
sudo cp -a /var/www/$app/. $backup_dir/sources