1
0
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:
albertony
2021-11-01 20:50:06 +01:00
committed by GitHub
parent b3217adf08
commit 39e2af7974
3 changed files with 83 additions and 6 deletions

View File

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