mirror of
https://github.com/rclone/rclone
synced 2025-03-13 17:54:29 +01:00

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.