Skip to content

Commit

Permalink
change rsync switches
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Nov 13, 2023
1 parent 9f87266 commit 3567691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso/empanadas/empanadas/util/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def rsync_method(src, dest):
find_cmd = '/usr/bin/find'
parallel_cmd = '/usr/bin/parallel'
cmd = '/usr/bin/rsync'
switches = '-av --chown=10004:10005 --progress --relative --human-readable'
switches = '-vrlptDSH --chown=10004:10005 --progress --relative --human-readable'
rsync_cmd = '{} {} {}/ {}'.format(cmd, switches, src, dest)

#os.makedirs(dest, exist_ok=True)
Expand Down

0 comments on commit 3567691

Please sign in to comment.