mirror of
https://github.com/1f349/shfs.git
synced 2024-11-12 22:31:32 +00:00
shfs
go.mod | ||
go.sum | ||
main.go | ||
README.md |
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>