What is the problem you are having with rclone?
I need clarity needed on preservation of timestamps. As per the official doc, it says as below...
Rclone really looks after your data. It preserves timestamps and verifies checksums at all times
However, when we tested out copying the data from one cloud storage to another storage for e.g. aws s3 to s3 compatible storage. It seems the time stamps are not preserved. Trying to understand if i misunderstood anything here from the official doc statement.
Run the command 'rclone version' and share the full output of the command.
# ./rclone --versionrclone v1.62.2
- os/type: linux
- os/arch: amd64
- go/version: go1.20.2
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
s3 compatible storage - Datacore Swarm
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
./rclone copy --progress --stats-one-line copy "sss3:bucket1/file1" hi2s3:file1 --transfers=20
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
NA
A log from the command that you were trying to run with the -vv
flag
NA