I thought I might be able to create an alias for an smb share, such as this:
Remote or path to alias.
Can be “myremote:path/to/dir”, “myremote:bucket”, “myremote:” or “/local/path”.
Enter a string value. Press Enter for the default ("").
remote> \192.168.10.40\AliasTest
Remote config
[smbAlias]
type = alias
remote = \192.168.10.40\AliasTest
Subsequently rclone fails like this:
PS C:\WINDOWS\system32> rclone -vv copy smbAlias: g:
2018/09/18 15:11:07 DEBUG : rclone: Version “v1.43.1” starting with parameters [“C:\WINDOWS\system32\rclone.exe” “-vv” “copy” “smbAlias:” “g:”]
2018/09/18 15:11:07 DEBUG : Using config file from “C:\Users\wrh\.config\rclone\rclone.conf”
2018/09/18 15:11:07 ERROR : : error reading source directory: directory not found
2018/09/18 15:11:07 INFO : Local file system at \?\G:: Waiting for checks to finish
2018/09/18 15:11:07 INFO : Local file system at \?\G:: Waiting for transfers to finish
2018/09/18 15:11:07 ERROR : Attempt 1/3 failed with 1 errors
Maybe “Alias” isn’t meant to work that way. IDK…
Edit: somehow the leading slash gets dropped when the forum displays the message. “\192…” is actually “\192…”
Edit: did it again… lol…