rclone/cmd/serve
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
..
dlna dlna: fix loggingResponseWriter disregarding log level 2024-10-08 15:27:05 +01:00
docker serve docker: fix incorrect GID assignment 2025-01-05 21:42:58 +01:00
ftp serve ftp: fix failed startup due to config changes 2024-07-22 14:54:32 +01:00
http accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
nfs serve nfs: implement --nfs-cache-type symlink 2025-01-09 18:55:18 +00:00
proxy build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
restic tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
s3 serve s3: fix Last-Modified timestamp 2024-12-30 14:16:53 +00:00
servetest serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
sftp sftp: fix nil check when using auth proxy 2024-12-13 12:36:15 +00:00
webdav accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00