aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-22 09:24:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-22 09:24:38 -0700
commit5d203e32586f977f20f281fa02c204bdb3394b90 (patch)
tree1f5c9165fd0413d431dc1cff52322724c4f82226
parent19eddb5197eec10e88f47a8a17c28c245c3a6594 (diff)
downloadconsfigurator-5d203e32586f977f20f281fa02c204bdb3394b90.tar.gz
to try to help rsync, pass --keep to gunzip(1)
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/data.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.lisp b/src/data.lisp
index 87415c3..52ef1b0 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -274,7 +274,7 @@ This function is called by property :APPLY and :UNAPPLY subroutines."
(escape-sh-token source))
:output tmp)
(connection-try-upload tmp (unix-namestring dest))
- (run "gunzip" dest)))
+ (run "gunzip" "--keep" dest)))
(connection-try-upload source *dest*))))
(defmethod connection-upload-data ((data string-data))