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:
- Open up your Terminal.
- Copy the below command and execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bup using brew
brew install bup
bup is ready to use now!