Performing the file transfer from Local to AWS S3

Performing the file transfer from Local to AWS S3, but due to server reboot i am not able to track how many files got transferred and how many are left now.

Is there any options to check the logs or missing files in the destination (AWS S3).

Command that I use to copy the files as below:

rclone.exe -P sync ./ S3:docuwareapplication/Fichiers_prod/azstpgedo01/fsdwprod/xdexchange --create-empty-src-dirs -vv

To find differences between source and destination use rclone check:

You can always restart your rclone sync. Whatever is already transferred will be skipped and only missing items processed.

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