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:
parent
b093b2e1b5
commit
676fac82f3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue