From a7b3560714b4d9cc4ab32dffcd1f74a284b93580 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 18 Feb 2022 09:45:46 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-8-stable-ee --- lib/backup/files.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/backup/files.rb') diff --git a/lib/backup/files.rb b/lib/backup/files.rb index 4e51dcfb79e..880522bc0f5 100644 --- a/lib/backup/files.rb +++ b/lib/backup/files.rb @@ -63,6 +63,10 @@ module Backup end end + def enabled + true + end + def tar if system(*%w[gtar --version], out: '/dev/null') # It looks like we can get GNU tar by running 'gtar' -- cgit v1.2.3