Advertisement
Velocity0284

Untitled

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