rclone/vfs/vfscommon
Nick Craig-Wood b8835fe7b4
Some checks are pending
Docker beta build / Build image job (push) Waiting to run
fs: make --links flag global and add new --local-links and --vfs-links flag
Before this change the --links flag when using the VFS override the
--links flag for the local backend which meant the local backend
needed explicit config to use links.

This fixes the problem by making the --links flag global and adding a
new --local-links flag and --vfs-links flags to control the features
individually if required.
2024-12-13 12:43:20 +00:00
..
cachemode_test.go vfs: re-implement CacheMode with fs.Enum 2023-10-03 15:14:24 +01:00
cachemode.go vfs: re-implement CacheMode with fs.Enum 2023-10-03 15:14:24 +01:00
filemode_test.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
filemode.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
options.go fs: make --links flag global and add new --local-links and --vfs-links flag 2024-12-13 12:43:20 +00:00
path.go vfs: fix incorrect detection of root in parent directory utility function 2022-05-16 12:43:43 +02:00
vfsflags_non_unix.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00
vfsflags_unix.go vfs: convert vfs options to new style 2024-07-15 11:09:54 +01:00