rclone/cmd/nfsmount
Nick Craig-Wood 424d8e3123 serve nfs: implement --nfs-cache-type symlink
`--nfs-cache-type symlink` is similar to `--nfs-cache-type disk` in
that it uses an on disk cache, but the cache entries are held as
symlinks. Rclone will use the handle of the underlying file as the NFS
handle which improves performance.
2025-01-09 18:55:18 +00:00
..
nfsmount_test.go serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
nfsmount_unsupported.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
nfsmount.go nfsmount: fix stale handle problem after converting options to new style 2024-08-28 07:08:23 +01:00