mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
config: allow dot in remote names (#5606)
This commit is contained in:
@@ -332,7 +332,7 @@ Will get their own names
|
||||
### Valid remote names
|
||||
|
||||
Remote names are case sensitive, and must adhere to the following rules:
|
||||
- May only contain `0`-`9`, `A`-`Z`, `a`-`z`, `_`, `-` and space.
|
||||
- May only contain `0`-`9`, `A`-`Z`, `a`-`z`, `_`, `-`, `.` and space.
|
||||
- May not start with `-` or space.
|
||||
|
||||
Quoting and the shell
|
||||
|
||||
Reference in New Issue
Block a user