Fusefs offline layer able to extend every filesystem with offline capabilities
The OFS (Offline FileSystem or Ohm FileSystem) is an offline-layer which is (or should be) able to extend every filesystem with offline capabilities. This means, that the user is able to work on his network documents, even when he is disconnected from the server. When connection is restored, the filesystem automatically synchronizes the files.
The OFS (Offline FileSystem or Ohm FileSystem) is an offline-layer which is (or should be) able to extend every filesystem with offline capabilities. This means, that the user is able to work on his network documents, even when he is disconnected from the server. When connection is restored, the filesystem automatically synchronizes the files.
To install offlinefs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install offlinefs
To see what files were installed by offlinefs, run:
port contents offlinefs
To later upgrade offlinefs, run:
sudo port selfupdate && sudo port upgrade offlinefs
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.