Advertisement
Guest User

Untitled

a guest
Dec 6th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. 2020/12/06 17:00:51 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "mount" "cloud:" "--log-file=/home/log.txt" "--log-level" "DEBUG"]
  2. Usage:
  3. rclone mount remote:path /path/to/mountpoint [flags]
  4.  
  5. Flags:
  6. --allow-non-empty Allow mounting over a non-empty directory (not Windows).
  7. --allow-other Allow access to other users.
  8. --allow-root Allow access to root user.
  9. --async-read Use asynchronous reads. (default true)
  10. --attr-timeout duration Time for which file/directory attributes are cached. (default 1s)
  11. --daemon Run mount as a daemon (background mode).
  12. --daemon-timeout duration Time limit for rclone to respond to kernel (not supported by all OSes).
  13. --debug-fuse Debug the FUSE internals - needs -v.
  14. --default-permissions Makes kernel enforce access control based on the file mode.
  15. --dir-cache-time duration Time to cache directory entries for. (default 5m0s)
  16. --dir-perms FileMode Directory permissions (default 0777)
  17. --file-perms FileMode File permissions (default 0666)
  18. --fuse-flag stringArray Flags or arguments to be passed direct to libfuse/WinFsp. Repeat if required.
  19. --gid uint32 Override the gid field set by the filesystem.
  20. -h, --help help for mount
  21. --max-read-ahead SizeSuffix The number of bytes that can be prefetched for sequential reads. (default 128k)
  22. --no-checksum Don't compare checksums on up/download.
  23. --no-modtime Don't read/write the modification time (can speed things up).
  24. --no-seek Don't allow seeking in files.
  25. -o, --option stringArray Option for libfuse/WinFsp. Repeat if required.
  26. --poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
  27. --read-only Mount read-only.
  28. --uid uint32 Override the uid field set by the filesystem.
  29. --umask int Override the permission bits set by the filesystem.
  30. --vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
  31. --vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
  32. --vfs-cache-mode CacheMode Cache mode off|minimal|writes|full (default off)
  33. --vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
  34. --vfs-case-insensitive If a file name not found, find a case insensitive match.
  35. --vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
  36. --vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
  37. --vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. 'off' is unlimited. (default off)
  38. --vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
  39. --vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
  40. --vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)
  41. --volname string Set the volume name (not supported by all OSes).
  42. --write-back-cache Makes kernel buffer writes before sending them to rclone. Without this, writethrough caching is used.
  43.  
  44. Use "rclone [command] --help" for more information about a command.
  45. Use "rclone help flags" for to see the global flags.
  46. Use "rclone help backends" for a list of supported services.
  47. Command mount needs 2 arguments minimum: you provided 1 non flag arguments: ["cloud:"]
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement