Easy Steps to Install bup on Mac

Package Information:

Name: bup
Use: Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication
URL: https://github.com/bup/bup

Installation Steps:

  1. Open up your Terminal.
  2. Copy the below command and execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bup using brew
    brew install bup

bup is ready to use now!