rclone/cmd/mount
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
..
test Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
dir.go cmount,mount,mount2: Introduce symlink support 2023-01-04 21:56:15 +01:00
file.go cmount,mount,mount2: Introduce symlink support 2023-01-04 21:56:15 +01:00
fs.go mount: log IO errors at ERROR level - fixes #6217 2022-06-16 22:13:50 +01:00
handle.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
mount_test.go mount: allow tests to run on CI 2022-06-16 16:48:09 +01:00
mount_unsupported.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mount.go build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00