add cleaning to filesystem copy

master
David Kebler 2024-03-01 15:51:07 -08:00
parent 184a0265c6
commit 61e61ac249
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ EOF
args+=("-xHAXS") args+=("-xHAXS")
mirror=true mirror=true
usesudo=sudo usesudo=sudo
args+=("--exclude-from=$COPY_MODULE_PATH/cache-trash-log.exc")
;; ;;
p) p)
args+=("--mkpath") args+=("--mkpath")