Hi All,
In my current setup I have created a remote for s3 bucket and running rclone sync command via cron tab every 5 mins. I am wondering how rclone sync internally works, I have couple of queries which i am looking an answer for.
a. For rsync are all the files scanned on source and destination every-time or there is some mechanism using which rclone keep track of files previously synced and they are skipped. I presume it keeps some record of files already synced somewhere, Kindly let me know where it keeps track of such information and how can we see and interpret it.
b. Do we need to do any special setting for syncing big files for e.g of 10GB or more.
c. Is there any better way of running it than scheduling it to run via cron.
d. If during a sync a file is deleted from source how it is handled. I give a use case here for better clarity.
Say there are 10 files marked for sync say 8 files of 10 GB and 2 files of 1MB. Sync started with 10 GB file but during this time 1 MB file got deleted how it will be handled during the sync.
Your replies with be highly appreciated.
Thanks,
Ali Sajjad