1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00

backup data directory

This commit is contained in:
Navan Chauhan 2024-03-17 14:33:34 -06:00
parent 9f29bcf0c5
commit 61c1ea2ab7

View file

@ -21,6 +21,12 @@ ynh_print_info --message="Declaring files to be backed up..."
ynh_backup --src_path="$install_dir"
#=================================================
# BACKUP THE APP DATA DIR
#=================================================
ynh_backup --src_path="$data_dir" --is-big
#=================================================
# BACKUP THE NGINX CONFIGURATION
#=================================================