shfs
Go to file
2023-10-02 15:33:09 +01:00
go.mod Create shfs project 2023-10-02 15:33:09 +01:00
go.sum Create shfs project 2023-10-02 15:33:09 +01:00
main.go Create shfs project 2023-10-02 15:33:09 +01:00
README.md Create shfs project 2023-10-02 15:33:09 +01:00

shfs

Sync Hash File System - allows syncing between devices and storing large files as references keyed by the file hash.

Mount on linux:

mount -o port=<n>,mountport=<n>,nfsvers=3,noacl,tcp -t nfs localhost:/mount <mountpoint>