From: Guillaume Pellerin Date: Tue, 11 Mar 2025 08:35:48 +0000 (+0100) Subject: bugfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=06b36d242af6e05ee51511f25e3424be58e645f3;p=clone-me.git bugfix --- diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 903e58b..80fde3f 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -84,9 +84,9 @@ if [ $SYNC ]; then echo "rsyncing root..." if [ $BACKUP ]; then - rsync -a --delete --one-file-system $MASTER:$ROOT/ $CLONE/ - else rsync -a --delete --one-file-system $MASTER:$ROOT/root/ $CLONE/ + else + rsync -a --delete --one-file-system $MASTER:$ROOT/ $CLONE/ fi echo "rsyncing efi..."