rclone/cmd/serve/nfs
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
..
cache_test.go serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
cache.go serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
filesystem.go nfsmount,serve nfs: introduce symlink support #2975 2024-12-13 12:43:20 +00:00
handler.go serve nfs: unify the nfs library logging with rclone's logging better 2024-09-04 10:50:21 +01:00
nfs_unsupported.go build: fix linting issues reported by golangci-lint on windows 2024-04-22 19:29:12 +02:00
nfs.go serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
server.go serve nfs: unify the nfs library logging with rclone's logging better 2024-09-04 10:50:21 +01:00
symlink_cache_linux.go serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
symlink_cache_other.go serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00