aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSerge Schneider <[email protected]>2017-03-30 17:51:23 +0100
committerSerge Schneider <[email protected]>2017-04-03 16:01:13 +0100
commit6c146a7bb791a8a4b43ac71061994fb6fe54cee5 (patch)
treee45cec9d1d3ee5494d7b8af91077cab65ef4ac3b /scripts
parentc0a5b85f8fcea38d2203fda140ce12ad134e08f3 (diff)
Clean up clean up
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common b/scripts/common
index a67140f..bd18a07 100644
--- a/scripts/common
+++ b/scripts/common
@@ -28,7 +28,7 @@ copy_previous(){
false
fi
mkdir -p "${ROOTFS_DIR}"
- rsync -aHAXx "${PREV_ROOTFS_DIR}/" "${ROOTFS_DIR}/"
+ rsync -aHAXx --exclude var/cache/apt/archives "${PREV_ROOTFS_DIR}/" "${ROOTFS_DIR}/"
}
export -f copy_previous