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:
parent
e306304780
commit
ca20609394
1 changed files with 2 additions and 4 deletions
|
@ -25,11 +25,9 @@ domain=$(ynh_app_setting_get $app domain)
|
||||||
|
|
||||||
workdir=$(pwd)
|
workdir=$(pwd)
|
||||||
cd $final_path
|
cd $final_path
|
||||||
backupfile="rocket.chat.gtar"
|
tar -czf $workdir/rocket.chat.gtar .
|
||||||
touch $backupfile
|
|
||||||
tar --exclude=$backupfile -czvf $workdir/$backupfile .
|
|
||||||
cd $workdir
|
cd $workdir
|
||||||
ynh_backup ./$backupfile
|
ynh_backup ./rocket.chat.gtar
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE CONFIGURATION
|
# BACKUP THE CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue