Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


rsync on windows

12 Sep 2023 »

https://shchae7.medium.com/how-to-use-rsync-on-git-bash-6c6bba6a03ca

zstd https://github.com/facebook/zstd/releases

wget  https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win64.zip
unzip zstd-v1.5.5-win64.zip

copy executables to C:\Program Files\Git\usr/bin

https://repo.msys2.org/msys/x86_64/

wget https://repo.msys2.org/msys/x86_64/rsync-3.2.3-1-x86_64.pkg.tar.zst
zstd -d rsync-3.2.3-1-x86_64.pkg.tar.zst
tar xf rsync-3.2.3-1-x86_64.pkg.tar

libxxhash

wget https://repo.msys2.org/msys/x86_64/libxxhash-0.8.0-1-x86_64.pkg.tar.zst
zstd.exe -d libxxhash-0.8.0-1-x86_64.pkg.tar.zst
tar xf libxxhash-0.8.0-1-x86_64.pkg.tar

libopenssl

wget https://repo.msys2.org/msys/x86_64/libopenssl-1.1.1.l-1-x86_64.pkg.tar.zst
zstd.exe -d libopenssl-1.1.1.l-1-x86_64.pkg.tar.zst
tar xf libopenssl-1.1.1.l-1-x86_64.pkg.tar