Forrest logo
back to context overview

rclone

List of commands for rclone:

  • rclone:ai:a2531 Copies the directory from local machine to Storj using rclone.
    $ rclone copy /path/to/dir remote:bucket
    try on your machine
    explain this command
  • rclone:tldr:34d49 rclone: Move file or directory from local source to remote destination.
    $ rclone move ${filename_or_directory} ${remote_name}:${path-to-directory}
    try on your machine
    explain this command
  • rclone:tldr:9348d rclone: List contents of a directory on an rclone remote.
    $ rclone lsf ${remote_name}:${path-to-directory}
    try on your machine
    explain this command
  • rclone:tldr:93fdf rclone: Delete remote file or directory (use `--dry-run` to test, remove it to actually delete).
    $ rclone --dry-run delete ${remote_name}:${filename_or_directory}
    try on your machine
    explain this command
  • rclone:tldr:a328a rclone: Sync local source to remote destination, changing the destination only.
    $ rclone sync ${filename_or_directory} ${remote_name}:${path-to-directory}
    try on your machine
    explain this command
  • rclone:tldr:b833f rclone: Mount rclone remote (experimental).
    $ rclone mount ${remote_name}:${path-to-directory} ${path-to-mount_point}
    try on your machine
    explain this command
  • rclone:tldr:c8635 rclone: Copy file or directory from local source to remote destination.
    $ rclone copy ${path-to-source_file_or_directory} ${remote_name}:${path-to-destination_directory}
    try on your machine
    explain this command
back to context overview