File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ target_source=/
55# target_source=
66
77tar \
8- --exclude=" ${target_source} " / dev/* \
9- --exclude=" ${target_source} " / run/* \
10- --exclude=" ${target_source} " / proc/* \
11- --exclude=" ${target_source} " / sys/* \
12- --exclude=" ${target_source} " / tmp/* \
13- --exclude=" ${target_source} " / ${0} \
8+ --exclude=" ${target_source} " dev/* \
9+ --exclude=" ${target_source} " run/* \
10+ --exclude=" ${target_source} " proc/* \
11+ --exclude=" ${target_source} " sys/* \
12+ --exclude=" ${target_source} " tmp/* \
13+ --exclude=" ${target_source} " ${0} \
1414 --exclude=" ${target} " \
1515 --exclude-caches-all \
1616 -cpf \
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ target=$1
44target_source=/
55
66tar \
7- --exclude=" ${target_source} " / dev/* \
8- --exclude=" ${target_source} " / run/* \
9- --exclude=" ${target_source} " / proc/* \
10- --exclude=" ${target_source} " / sys/* \
11- --exclude=" ${target_source} " / tmp/* \
12- --exclude=" ${target_source} " / ${0} \
7+ --exclude=" ${target_source} " dev/* \
8+ --exclude=" ${target_source} " run/* \
9+ --exclude=" ${target_source} " proc/* \
10+ --exclude=" ${target_source} " sys/* \
11+ --exclude=" ${target_source} " tmp/* \
12+ --exclude=" ${target_source} " ${0} \
1313 --exclude=" ${target} " \
1414 --exclude-caches-all \
1515 -cpf \
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ target_source=/
55# target_source=
66
77tar \
8- --exclude=" ${target_source} " / dev/* \
9- --exclude=" ${target_source} " / run/* \
10- --exclude=" ${target_source} " / proc/* \
11- --exclude=" ${target_source} " / sys/* \
12- --exclude=" ${target_source} " / tmp/* \
13- --exclude=" ${target_source} " / ${0} \
8+ --exclude=" ${target_source} " dev/* \
9+ --exclude=" ${target_source} " run/* \
10+ --exclude=" ${target_source} " proc/* \
11+ --exclude=" ${target_source} " sys/* \
12+ --exclude=" ${target_source} " tmp/* \
13+ --exclude=" ${target_source} " ${0} \
1414 --exclude=" ${target} " \
1515 --exclude-caches-all \
1616 -cpf \
You can’t perform that action at this time.
0 commit comments