How to Install duplicity on Mac using Brew
Package Information:
Name: duplicity
Use: Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server.
URL: http://www.nongnu.org/duplicity/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install duplicity using brew
brew install duplicity
duplicity is ready to use now!