Skip to content
Snippets Groups Projects
Unverified Commit 84813739 authored by Adriaan de Groot's avatar Adriaan de Groot Committed by GitHub
Browse files

Merge pull request #2228 from jpwhiting/work/whiting/sparsersync

Use rsync option -S
parents 97da73b1 194ebeba
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def file_copy(source, entry, progress_cb):
num_files_total_local = 0
num_files_copied = 0 # Gets updated through rsync output
args = ['rsync', '-aHAXr', '--filter=-x trusted.overlay.*']
args = ['rsync', '-aHAXSr', '--filter=-x trusted.overlay.*']
args.extend(global_excludes())
if entry.excludeFile:
args.extend(["--exclude-from=" + entry.excludeFile])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment