BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. Main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. Main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.
To install borgbackup, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install borgbackup
To see what files were installed by borgbackup, run:
port contents borgbackup
To later upgrade borgbackup, run:
sudo port selfupdate && sudo port upgrade borgbackup
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.