Skip to content
Snippets Groups Projects
Commit 89af0a3c authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

making rsync more verbose

parent ef4d944c
Branches
No related tags found
1 merge request!9Toml
......@@ -328,7 +328,7 @@ class BeambackgroundMetadata:
self.on_etp
), "Executions does not seem to be on ETP. Ceph paths are not accessible."
assert self.kek_path is not None, "kek_paths is None. Please set the paths."
os.system(f"rsync -acz -r --mkpath {host}:{self.kek_path} {self.ceph_path}")
os.system(f"rsync -acz -r --mkpath --stats -h --progress --{host}:{self.kek_path} {self.ceph_path}")
def get_beam_background_by_key(key: str, json_data: str = json_default_path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment