diff options
author | Serge Schneider <[email protected]> | 2017-03-30 17:51:23 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2017-04-03 16:01:13 +0100 |
commit | 6c146a7bb791a8a4b43ac71061994fb6fe54cee5 (patch) | |
tree | e45cec9d1d3ee5494d7b8af91077cab65ef4ac3b /scripts | |
parent | c0a5b85f8fcea38d2203fda140ce12ad134e08f3 (diff) |
Clean up clean up
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/common | 2 |
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 |