rclone/cmd/cmount
Filipe Azevedo 19c6081de2 cmount,mount,mount2: Introduce symlink support
We enable symlink support using the --links command line switch.
When symlink support is enabled, the mount backends will translate
the name of the vfs symlinks files (truncating their rclonelink suffix).
Also, operations like rename, symlink etc does not needs the rclonelink
suffix, it is handled internally to pass it to the underlying low level
VFS.
When symlink support is disabled, Symlink and Readlink functions will
transparently manage ".rclonelink" files as regular files.

Fixes #2975
2023-01-04 21:56:15 +01:00
..
arch.go selfupdate: abort if updating would discard fuse semantics 2021-03-22 22:55:24 +03:00
fs.go cmount,mount,mount2: Introduce symlink support 2023-01-04 21:56:15 +01:00
mount.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount_brew.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount_test.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount_unsupported.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mountpoint_other.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
mountpoint_windows.go all: fix spelling across the project 2022-08-30 11:16:26 +02:00