PsyncX is a Mac OS X wrapper around psync and crontab. That means that PsyncX uses an existing free Unix application, psync, and the ability to schedule jobs (known as cron in Unix) to allow you to schedule backups whenever you want.
PsyncX is a Mac OS X wrapper around psync and crontab. That means that PsyncX uses an existing free Unix application, psync, and the ability to schedule jobs (known as cron in Unix) to allow you to schedule backups whenever you want.
To install PsyncX, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install PsyncX
To see what files were installed by PsyncX, run:
port contents PsyncX
To later upgrade PsyncX, run:
sudo port selfupdate && sudo port upgrade PsyncX
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.