rclone ls s3drive_auto_MSjaArpfKFyW8PyLProF1U0OFOhfaLsRMY1vPLNpxYV:bucketname
or e.g. copy with configured alias:
rclone copy s3 s3drive_noversion:yourfile.txt c:\folder
I've also added a feature to download multiple files without archive: https://s3drive.canny.io/feature-requests/p/implement-multiple-files-download-without-archive
If you have further troubles accessing your encrypted bucket from the Rclone CLI, please let us know, we'll certainly help out. (edited)rclone ls s3drive_auto_MSjaArpfKFyW8PyLProF1U0OFOhfaLsRMY1vPLNpxYV:bucketname
or e.g. copy with configured alias:
rclone copy s3 s3drive_noversion:yourfile.txt c:\folder
I've also added a feature to download multiple files without archive: https://s3drive.canny.io/feature-requests/p/implement-multiple-files-download-without-archive
If you have further troubles accessing your encrypted bucket from the Rclone CLI, please let us know, we'll certainly help out. (edited)rclone copy "s3drive_auto_U2Um8OrYEYMkBBef6bElnpL5wQs1YiFriJTSdrQVx4g:private-ne-fn-b" "C:\Users\yes\Documents\y" --transfers=8
or with the enc one it does nothing it just exits).
Edit: Further testing, it turns out the error came from .empty files. Also how would I know if it synced successfully? (edited)rclone copy "s3drive_auto_U2Um8OrYEYMkBBef6bElnpL5wQs1YiFriJTSdrQVx4g:private-ne-fn-b" "C:\Users\yes\Documents\y" --transfers=8
or with the enc one it does nothing it just exits).
Edit: Further testing, it turns out the error came from .empty files. Also how would I know if it synced successfully? (edited)rclone copy
command you need to use backend with the type=crypt
, it's also automatically created though.
For instance non-encrypted back-end is: s3drive_auto_acddd458-d307-4053-b072-1180909eb54a
, whereas encrypted one is called: s3drive_enc_s3ultimate
and points to: remote = s3drive_auto_acddd458-d307-4053-b072-1180909eb54a:bucket
, please find attached screenshot.
In other words, in your copy you would use: s3drive_enc_s3ultimate
instead of s3drive_auto_acddd458-d307-4053-b072-1180909eb54a:bucket
(edited)rclone copy "s3drive_auto_U2Um8OrYEYMkBBef6bElnpL5wQs1YiFriJTSdrQVx4g:private-ne-fn-b" "C:\Users\yes\Documents\y" --transfers=8
or with the enc one it does nothing it just exits).
Edit: Further testing, it turns out the error came from .empty files. Also how would I know if it synced successfully? (edited).empty
file which isn't expected to be empty given the encryption is enabled.
Can you please try adding: --exclude ".empty"
flag to your rclone copy
?
We'll look into this issue closer. We might need exclude .empty
file ourselves or make it encryption compliant (that is regardless if it's empty or not it likely should have encryption headers included)..empty
file which isn't expected to be empty given the encryption is enabled.
Can you please try adding: --exclude ".empty"
flag to your rclone copy
?
We'll look into this issue closer. We might need exclude .empty
file ourselves or make it encryption compliant (that is regardless if it's empty or not it likely should have encryption headers included). rclone copy s3drive_enc_main: test --exclude ".empty"
-vvv
flag to Rclone to run in verbose mode, tihs might potentially display the affected file paths.
This error may indicate couple things, usually either password used for this filepath was different or it wasn't encrypted in first place (therefore Rclone fails to decrypt something which was never encrypted).
If you don't see weird looking filenames on the destination you were copying/syncing files too, then it would back this hypothesis.-vvv
flag to Rclone to run in verbose mode, tihs might potentially display the affected file paths.
This error may indicate couple things, usually either password used for this filepath was different or it wasn't encrypted in first place (therefore Rclone fails to decrypt something which was never encrypted).
If you don't see weird looking filenames on the destination you were copying/syncing files too, then it would back this hypothesis.