simply daily backup system similar to Plan9's dumpfs
pdumpfs is a simple daily backup system similar to Plan9's dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby. You can access the past snapshots at any time for retrieving a certain day's file. Let's backup your home directory with pdumpfs!
pdumpfs is a simple daily backup system similar to Plan9's dumpfs which preserves every daily snapshot. pdumpfs is written in Ruby. You can access the past snapshots at any time for retrieving a certain day's file. Let's backup your home directory with pdumpfs!
To install rb31-pdumpfs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb31-pdumpfs
To see what files were installed by rb31-pdumpfs, run:
port contents rb31-pdumpfs
To later upgrade rb31-pdumpfs, run:
sudo port selfupdate && sudo port upgrade rb31-pdumpfs
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.