@@ -650,7 +650,7 @@ xpst() {
echo "does not exist: $path"
continue
}
- cp -r "$path" .
+ cp -ar "$path" .
done