Download the package: http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz
Extract it and move rsync.exe to %HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin.
Download the package: http://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/rsync-3.1.2-2-x86_64.pkg.tar.xz
Extract it and move rsync.exe to %HOMEDRIVE%%HOMEPATH%\AppData\Local\Programs\Git\usr\bin.
| # MIT License | |
| # Copyright (c) 2022 Jim Birley | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: |
Exhaustive list of SPDX (Software Package Data Exchange) licenses: https://spdx.org/licenses/
| <# | |
| Cleanup-windows-installer.ps1 | |
| http://www.bryanvine.com/2015/06/powershell-script-cleaning-up.html | |
| Bryan Vine | |
| 6/22/2015 | |
| www.bryanvine.com | |
| This script uses Heath Stewart's VB script to identify which files need to be saved and then removes everything else. |