From 083d8935dcce08f3d716f82cb2ff842dfc3187fd Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Tue, 23 Apr 2019 14:33:02 +0200 Subject: [PATCH] [fix] remove test unneed CHECK_SIZE was exiting the backup script even if there was not enough disk space. Also, disk space is managed by YunoHost core directly. --- scripts/backup | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index 07affb9..3df0dd3 100644 --- a/scripts/backup +++ b/scripts/backup @@ -50,10 +50,8 @@ ynh_backup "/etc/transmission-daemon/settings.json" #================================================= ynh_backup "/usr/share/transmission" - ynh_backup "/var/lib/transmission-daemon" -CHECK_SIZE "/home/yunohost.transmission" # The "--is big" parameter indicates that the file/directory requires "a lot of disk space" # It won't be backed up before 'upgrade' or while doing a 'backup' with: # "sudo BACKUP_CORE_ONLY=1 yunohost backup create --apps transmission"