1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Revert "Address sporadically failing compress"

This reverts commit da4f6c8ff7.
This commit is contained in:
Selamanse 2018-10-03 21:37:26 +02:00
parent e306304780
commit ca20609394

View file

@ -25,11 +25,9 @@ domain=$(ynh_app_setting_get $app domain)
workdir=$(pwd)
cd $final_path
backupfile="rocket.chat.gtar"
touch $backupfile
tar --exclude=$backupfile -czvf $workdir/$backupfile .
tar -czf $workdir/rocket.chat.gtar .
cd $workdir
ynh_backup ./$backupfile
ynh_backup ./rocket.chat.gtar
#=================================================
# BACKUP THE CONFIGURATION