Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I now have successfully moved all the data in my S3 bucket onto Talapas.

Other helpful rclone commands:

To copy a file from your local system to an S3 bucket using rclone, you can use the rclone copy command:

Code Block
$ rclone copy /path/to/local/file s3:<bucket_name>/<destination_path>

...

Option flags you might use in conjunction with rclone copy:

  • --progress: Show a progress bar during the upload.

  • --dry-run: Test the command without actually copying the file.

  • --verbose: Show detailed information about the upload process.

...