RobertCNelson / boot-scripts

Just a bunch of useful scripts placed under /opt/scripts/
124 stars 131 forks source link

add rsync -X option #128

Closed AtsushiNemoto closed 1 year ago

AtsushiNemoto commented 1 year ago

Without this, non-root ping cause 'socket: Operation not permitted' error due to missing xattrs.

Signed-off-by: Atsushi Nemoto atsushi.nemoto@sord.co.jp


Tested only _copy_files() part of function.sh. Others are done by just replacing by 's/rsync -aAx/rsync -aAXx/' automatically.

RobertCNelson commented 1 year ago

cool thanks!