From 5d88b509eac1b0c85aecf1d8941a1379c9191283 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Mon, 11 May 2020 20:11:35 -0700 Subject: [PATCH] add derefernce of symlink Signed-off-by: Vasu Kulkarni --- teuthology/orchestra/remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index acafef3a66..9251498874 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -429,7 +429,7 @@ class Remote(object): args.append('sudo') args.extend([ 'tar', - 'cz', + 'czh', '-f', '-', '-C', path, '--', @@ -452,7 +452,7 @@ class Remote(object): args.append('sudo') args.extend([ 'tar', - 'cz', + 'czh', '-f', '-', '-C', path, '--', -- 2.39.5