commit
54767812fe
@ -103,6 +103,7 @@ def file_copy(source, dest, progress_cb):
|
|||||||
if not source.endswith("/"):
|
if not source.endswith("/"):
|
||||||
source += "/"
|
source += "/"
|
||||||
|
|
||||||
|
num_files_total_local = 0
|
||||||
num_files_copied = 0 # Gets updated through rsync output
|
num_files_copied = 0 # Gets updated through rsync output
|
||||||
|
|
||||||
args = ['rsync', '-aHAXr']
|
args = ['rsync', '-aHAXr']
|
||||||
|
Loading…
Reference in New Issue
Block a user