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

Backup data dir as well.

This commit is contained in:
Mateusz 2023-10-26 22:38:57 +02:00 committed by GitHub
parent 47e39e9827
commit 20072f7e89
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
#=================================================