Files
2026-03-05 13:44:52 -08:00

7 lines
153 B
Bash
Executable File

#!/bin/bash -e
rm -rf "${ROOTFS_DIR}"
mkdir -p "${ROOTFS_DIR}"
rsync -aHAXx --exclude /var/cache/apt/archives "${EXPORT_ROOTFS_DIR}/" "${ROOTFS_DIR}/"