mirror of
https://github.com/rclone/rclone.git
synced 2026-01-16 23:43:48 +00:00
local: add --skip-links to suppress symlink warnings
Give users a way to explicitly acknowledge that symlinks are to be skipped without warnings. Fixes #1480.
This commit is contained in:
committed by
Nick Craig-Wood
parent
6ae29df4d7
commit
6152bab28d
@@ -172,3 +172,8 @@ filesystem.
|
||||
**NB** This flag is only available on Unix based systems. On systems
|
||||
where it isn't supported (eg Windows) it will not appear as an valid
|
||||
flag.
|
||||
|
||||
#### --skip-links ####
|
||||
|
||||
This flag disables warning messages on skipped symlinks or junction
|
||||
points, as you explicitly acknowledge that they should be skipped.
|
||||
|
||||
Reference in New Issue
Block a user