Add -I to rsync to overwrite files in the dest

This commit is contained in:
Stephan Raabe
2023-11-24 13:19:48 +01:00
parent 1a662915b3
commit 8d52e744e4
4 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,6 @@ else
mkdir ~/dotfiles-versions/$version
echo "Clean build prepared for the installation."
fi
rsync -a --exclude-from=.install/excludes.txt . ~/dotfiles-versions/$version/
rsync -a -I --exclude-from=.install/excludes.txt . ~/dotfiles-versions/$version/
echo "dotfiles $version successfully prepared in ~/dotfiles-versions/$version/"
echo ""