Advertisement
Guest User

Untitled

a guest
Jul 25th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. Available Commands:
  2. about Get quota information from the remote.
  3. authorize Remote authorization.
  4. backend Run a backend specific command.
  5. cat Concatenates any files and sends them to stdout.
  6. check Checks the files in the source and destination match.
  7. checksum Checks the files in the source against a SUM file.
  8. cleanup Clean up the remote if possible.
  9. config Enter an interactive configuration session.
  10. copy Copy files from source to dest, skipping already copied.
  11. copyto Copy files from source to dest, skipping already copied.
  12. copyurl Copy url content to dest.
  13. cryptcheck Cryptcheck checks the integrity of a crypted remote.
  14. cryptdecode Cryptdecode returns unencrypted file names.
  15. dedupe Interactively find duplicate filenames and delete/rename them.
  16. delete Remove the files in path.
  17. deletefile Remove a single file from remote.
  18. genautocomplete Output completion script for a given shell.
  19. gendocs Output markdown docs for rclone to the directory supplied.
  20. hashsum Produces a hashsum file for all the objects in the path.
  21. help Show help for rclone commands, flags and backends.
  22. link Generate public link to file/folder.
  23. listremotes List all the remotes in the config file.
  24. ls List the objects in the path with size and path.
  25. lsd List all directories/containers/buckets in the path.
  26. lsf List directories and objects in remote:path formatted for parsing.
  27. lsjson List directories and objects in the path in JSON format.
  28. lsl List the objects in path with modification time, size and path.
  29. md5sum Produces an md5sum file for all the objects in the path.
  30. mkdir Make the path if it doesn't already exist.
  31. mount Mount the remote as file system on a mountpoint.
  32. move Move files from source to dest.
  33. moveto Move file or directory from source to dest.
  34. ncdu Explore a remote with a text based user interface.
  35. obscure Obscure password for use in the rclone config file.
  36. purge Remove the path and all of its contents.
  37. rc Run a command against a running rclone.
  38. rcat Copies standard input to file on remote.
  39. rcd Run rclone listening to remote control commands only.
  40. rmdir Remove the empty directory at path.
  41. rmdirs Remove empty directories under the path.
  42. selfupdate Update the rclone binary.
  43. serve Serve a remote over a protocol.
  44. settier Changes storage class/tier of objects in remote.
  45. sha1sum Produces an sha1sum file for all the objects in the path.
  46. size Prints the total size and number of objects in remote:path.
  47. sync Make source and dest identical, modifying destination only.
  48. test Run a test command
  49. touch Create new file or change file modification time.
  50. tree List the contents of the remote in a tree like fashion.
  51. version Show the version number.
  52.  
  53. Use "rclone [command] --help" for more information about a command.
  54. Use "rclone help flags" for to see the global flags.
  55. Use "rclone help backends" for a list of supported services.
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement