mirror of
https://github.com/rclone/rclone.git
synced 2025-05-29 22:39:26 +02: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.