Skip to content

Commit da2610c

Browse files
exclude all cahche
1 parent 4548e1b commit da2610c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/gz-packer.sh

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

plugins/j-packer.sh

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

plugins/lz-packer.sh

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

0 commit comments

Comments
 (0)