Skip to content
Snippets Groups Projects
Commit 96fbfa29 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Remove unnecessary tar options from restore

parent f5ef24b1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -30,7 +30,7 @@ module Backup
# default behavior of tar is to talk to a tape device instead of
# stdin/stdout.
system(
*%W(tar -C #{app_builds_dir} -xzf - -- .),
*%W(tar -C #{app_builds_dir} -xzf -),
in: backup_builds_tarball
)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment