1
0
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:
Zhiming Wang
2017-07-21 06:15:58 -04:00
committed by Nick Craig-Wood
parent 6ae29df4d7
commit 6152bab28d
2 changed files with 9 additions and 1 deletions

View File

@@ -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.