1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Update backup

This commit is contained in:
polytan02 2017-02-22 15:21:27 +00:00 committed by GitHub
parent b093b2e1b5
commit 676fac82f3

View file

@ -13,6 +13,12 @@ source /usr/share/yunohost/helpers
# Note: the last argument is where to save this path, see the restore script. # Note: the last argument is where to save this path, see the restore script.
ynh_backup "/var/www/${app}" "sources" ynh_backup "/var/www/${app}" "sources"
# Backup of composer
#
# TO BE VALIDATED AND TESTED
ynh_backup "/opt/flarum_composer" "flarum_composer"
ynh_backup "/usr/local/bin/composerr" "local_composer"
### MySQL ### ### MySQL ###
# If a MySQL database is used: # If a MySQL database is used:
# # Dump the database # # Dump the database