File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 --exclude=" ${target_source} " sys/* \
1212 --exclude=" ${target_source} " tmp/* \
1313 --exclude=" ${target_source} " ${0} \
14- --exclude=" ${target_source}${target} " \
14+ --exclude=" ${target_source}${target} .tar.gz " \
1515 --exclude-caches-all \
1616 -cpf \
1717 - " ${target_source} " -P \
Original file line number Diff line number Diff line change 1010 --exclude=" ${target_source} " sys/* \
1111 --exclude=" ${target_source} " tmp/* \
1212 --exclude=" ${target_source} " ${0} \
13- --exclude=" ${target_source}${target} " \
13+ --exclude=" ${target_source}${target} .tar.xz " \
1414 --exclude-caches-all \
1515 -cpf \
1616 - " ${target_source} " -P \
Original file line number Diff line number Diff line change 1111 --exclude=" ${target_source} " sys/* \
1212 --exclude=" ${target_source} " tmp/* \
1313 --exclude=" ${target_source} " ${0} \
14- --exclude=" ${target_source}${target} " \
14+ --exclude=" ${target_source}${target} .tar.lz " \
1515 --exclude-caches-all \
1616 -cpf \
1717 - " ${target_source} " -P \
1818 | pv -s $(( $(du - skx "${target_source} " | awk '{print $1 }') * 1024 )) | \
19- lz4 -9 > " ${target} " .tar.gz # use high compression
19+ lz4 -9 > " ${target} " .tar.lz # use high compression
You can’t perform that action at this time.
0 commit comments