Sync copies everything

$ rclone lsl scaleway:klingtnet-rclone-test-bucket --include="RELEASE.md"
     3370 2021-07-10 11:25:42.529905208 RELEASE.md
$ rclone copy ./rclone scaleway:klingtnet-rclone-test-bucket --include="RELEASE.md"  --log-level=INFO
<6>INFO  : There was nothing to transfer
<6>INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Checks:                 1 / 1, 100%
Elapsed time:         0.7s

$ rclone lsl scaleway:klingtnet-rclone-test-bucket --include="RELEASE.md"
     3370 2021-07-10 11:25:42.529905208 RELEASE.md

:sweat_smile:

rclone lsl scaleway:klingtnet-rclone-test-bucket 
rclone lsl scaleway:klingtnet-rclone-test-bucket --s3-storage-class=GLACIER

At least we are able to narrow down the problem :sweat_smile: :

$ rclone lsl scaleway:klingtnet-rclone-test-bucket
     3370 2021-07-10 11:25:42.529905208 RELEASE.md
        0 2021-07-10 11:29:40.040607324 testfileglacier
$ rclone lsl scaleway:klingtnet-rclone-test-bucket --s3-storage-class=GLACIER
     3370 2021-07-10 11:25:42.529905208 RELEASE.md
        0 2021-07-10 11:29:40.040607324 testfileglacier

Yep, hopefully more then halfway:

rclone lsl ./rclone --include="MANUAL.md"
rclone lsl scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md" --s3-storage-class=GLACIER
$ rclone lsl ./rclone --include="MANUAL.md"
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md
$ rclone lsl scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md" --s3-storage-class=GLACIER
rclone copy ./rclone scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
rclone lsl scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md" --s3-storage-class=GLACIER
$ rclone copy ./rclone scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
<6>INFO  : MANUAL.md: Copied (new)
<6>INFO  :
Transferred:        1.147M / 1.147 MBytes, 100%, 828.231 kBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         1.9s

$ rclone lsl scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md" --s3-storage-class=GLACIER
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md

Looks good, I have been looking forward to this:

rclone copy ./rclone scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
rclone lsl scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md" --s3-storage-class=GLACIER
$ rclone copy ./rclone scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
<6>INFO  : There was nothing to transfer
<6>INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Checks:                 1 / 1, 100%
Elapsed time:         0.6s

$ rclone lsl scaleway:klingtnet-rclone-test-bucket --include="MANUAL.md" --s3-storage-class=GLACIER
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md
rclone lsl ./rclone --include="MANUAL.md"
rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
rclone copy ./rclone scaleway-encrypted-bucket: --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
rclone lsl scaleway:klingtnet-rclone-test-bucket
$ rclone lsl ./rclone --include="MANUAL.md"
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md
$ rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
$ rclone copy ./rclone scaleway-encrypted-bucket: --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
<6>INFO  : MANUAL.md: Copied (new)
<6>INFO  :
Transferred:        1.147M / 1.147 MBytes, 100%, 1.247 MBytes/s, ETA 0s
Transferred:            1 / 1, 100%
Elapsed time:         1.4s

$ rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md
$ rclone lsl scaleway:klingtnet-rclone-test-bucket
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md
     3370 2021-07-10 11:25:42.529905208 RELEASE.md
  1203090 2021-07-10 11:25:42.529905208 em6muotacmc4patgjrfmms57c4
        0 2021-07-10 11:29:40.040607324 testfileglacier

@Ole Thank you for your dedication on solving the problem, I already start to feel bad stealing so much of your time.

No problem, lets see if this succeeds too:

rclone copy ./rclone scaleway-encrypted-bucket: --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
$ rclone copy ./rclone scaleway-encrypted-bucket: --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
<6>INFO  : There was nothing to transfer
<6>INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Checks:                 1 / 1, 100%
Elapsed time:         0.7s

$ rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md

Looks good I guess.

Correct, let's try sync too - just to be sure:

rclone sync ./rclone scaleway-encrypted-bucket: --include="MANUAL.md"  --s3-storage-class=GLACIER --log-level=INFO
rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
$ rclone sync ./rclone scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER --log-level=INFO
<6>INFO  : There was nothing to transfer
<6>INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Checks:                 1 / 1, 100%
Elapsed time:         0.6s

$ rclone lsl scaleway-encrypted-bucket: --include="MANUAL.md" --s3-storage-class=GLACIER
  1202754 2021-07-10 11:25:42.529905208 MANUAL.md

All seems good with respect to rclone/Scaleway/GLACIER, something else is causing your initial issue.

Do you feel equipped to troubleshoot it (for now)?

1 Like

I think so. Thanks again, I will let you know if could not figure out what the initial problem was.

1 Like

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