rsync update

This commit is contained in:
rootzoll
2025-01-13 22:53:00 +01:00
parent 2e19bad379
commit 24c91450c3

View File

@@ -744,7 +744,7 @@ if [ "$1" = "setup" ]; then
exit 1
fi
echo "# .. copy boot"
rsync -avh --delete --info=progress2 ${bootPath} /mnt/disk_boot/
rsync -axHAX --delete --info=progress2 ${bootPath} /mnt/disk_boot/
# copy the system drive
echo "# .. copy system"