1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Merge pull request #107 from orhtej2/patch-1

Backup data dir as well.
This commit is contained in:
eric_G 2023-10-27 09:01:58 +02:00 committed by GitHub
commit d906d30321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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