Sistemazione upload con rsync.

This commit is contained in:
Emiliano Vavassori 2023-01-05 18:28:11 +01:00
parent 9d259c4aa5
commit f95c4d4b1d
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ class Build(loaih.RemoteBuild):
try:
subprocess.run(
shlex.split(
f"rsync -avz -e ssh *.AppImage* {self.remote_host}:{remotepath}"
f"rsync -rlIvz --munge-links *.AppImage* {self.remote_host}:{remotepath}"
)
)
finally: