Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-02-21 21:10:02 +00:00
parent f33e404bda
commit 0f5eda9a8b
53 changed files with 336 additions and 173 deletions

View File

@ -12,12 +12,12 @@ module Backup
def target
excludes = ['tmp']
::Backup::Targets::Files.new(progress, app_files_dir, options: options, excludes: excludes)
::Backup::Targets::Files.new(progress, storage_path, options: options, excludes: excludes)
end
private
def app_files_dir
def storage_path
Settings.packages.storage_path
end
end