Skip to content

Commit ff694c5

Browse files
exclude chache files while compress
1 parent 7434201 commit ff694c5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/gz-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tar \
1111
--exclude="${target_source}"/sys/* \
1212
--exclude="${target_source}"/tmp/* \
1313
--exclude="${target}" \
14+
--exclude-caches \
1415
-cpf \
1516
- "${target_source}" -P \
1617
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\

plugins/j-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tar \
1010
--exclude="${target_source}"/sys/* \
1111
--exclude="${target_source}"/tmp/* \
1212
--exclude="${target}" \
13+
--exclude-caches \
1314
-cpf \
1415
- "${target_source}" -P \
1516
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\

plugins/lz-packer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tar \
1111
--exclude="${target_source}"/sys/* \
1212
--exclude="${target_source}"/tmp/* \
1313
--exclude="${target}" \
14+
--exclude-caches \
1415
-cpf \
1516
- "${target_source}" -P \
1617
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\

0 commit comments

Comments
 (0)