Copy folders from drive s3 bucket

Hi

Is it possible to copy several folders from Google Drive to an AWS S3 bucket? currently it is working but one folder to an one bucket, I want to have all the drive folders into the same 3s bucket and keeping the folder structure.

rclone version
rclone v1.48.0

  • os/arch: linux/amd64
  • go version: go1.12.6

The script running is:
rclone copy --progress --drive-acknowledge-abuse "'google-drive-folder": s3bucket:"name-bucket" $1

Thanks!

You have an ancient version of rclone.

You want to update that.

You want to retest.

You want to run that command with -vv and share the full log of the failure.

Thanks for replying.

As I said before, it is working. 50 google-drive folders to 50 S3 buckets. What I want is to have the same 50 folders in only one (1) bucket.

I can update and re test but is that going to change anything?

i think this could work
rclone copy gdrive: s3:bucket ---include-from=folders.txt --dry-run --progress -vv

and the text of folders.txt would list the gdrive folders you want to copy

/folder01/**
/folder02/**
/folder03/**

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.