rclone/cmd/mountlib
Nick Craig-Wood 6ce32e4661 mount,cmount: Add --volname flag and remove special chars from it #2287
Before this change rclone would set the volume name from the
remote:path normally.  However this has `:` and `/` in which make it
difficult to use in macOS.

Now rclone will remove the special characters and replace them with
spaces.  It also allows the volume name to be set with the --volname
flag.
2018-05-07 20:37:09 +01:00
..
mounttest vfs: Only make the VFS cache if --vfs-cache-mode > Off 2018-04-16 17:06:41 +01:00
daemon_unix.go mount: make --daemon work for macOS without CGO 2018-05-05 16:23:47 +01:00
daemon.go mount: make --daemon work for macOS without CGO 2018-05-05 16:23:47 +01:00
mount.go mount,cmount: Add --volname flag and remove special chars from it #2287 2018-05-07 20:37:09 +01:00