From e635230e4df9b5a29a89230e9d2e7acb03cc13e3 Mon Sep 17 00:00:00 2001 From: koberniktn Date: Mon, 23 Mar 2026 13:48:34 +0300 Subject: [PATCH 1/2] update flag --- siman/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siman/functions.py b/siman/functions.py index 1719556e..bd2c72ce 100644 --- a/siman/functions.py +++ b/siman/functions.py @@ -287,7 +287,7 @@ def download(file, to_file): elif header.sshpass: #com = 'rsync --rsh='+"'sshpass -f /home/aksenov/.ssh/p ssh' " +' -uaz '+addr+':'+file+ ' '+to_file - com = 'rsync --rsh='+"'sshpass -f "+header.path2pass+" ssh' " +' -uaz '+addr+':'+file+ ' '+to_file + com = 'rsync --rsh='+"'sshpass -f "+header.path2pass+" ssh' " +' -az '+addr+':'+file+ ' '+to_file out = runBash(com) # print(addr) From 8304ed2386509e57deb5361ce7aa8c6b044e337f Mon Sep 17 00:00:00 2001 From: koberniktn Date: Mon, 23 Mar 2026 13:51:54 +0300 Subject: [PATCH 2/2] update flag --- siman/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siman/functions.py b/siman/functions.py index bd2c72ce..b74bd04f 100644 --- a/siman/functions.py +++ b/siman/functions.py @@ -295,7 +295,7 @@ def download(file, to_file): else: # print(addr,file,to_file) - out = runBash('rsync -uaz '+addr+':'+file+ ' '+to_file) + out = runBash('rsync -az '+addr+':'+file+ ' '+to_file)