• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Updating to rsync 3.0.8 on Mac OS X 10.6.7 Snow LeopardEdit

Created 5/24/2011, updated 3/12/2020
$ curl -O http://rsync.samba.org/ftp/rsync/src/rsync-3.0.8.tar.gz
$ curl -O http://rsync.samba.org/ftp/rsync/src/rsync-3.0.8.tar.gz.asc
$ gpg --recv-keys 4B96A8C5
$ gpg --verify rsync-3.0.8.tar.gz.asc
$ tar xzvf rsync-3.0.8.tar.gz
$ cd rsync-3.0.8
$ ./configure
$ make
$ make check
$ sudo make install
  • rsync
  • snow.leopard
  • macos
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).