0

I am trying to sync files using the go library for rclone.

https://github.com/rclone/rclone/blob/master/fs/sync/sync.go

err = sync.Sync(ctx, dstFs, srcFs, false)

This method seems to only return an error while I'm trying to get additional metadata for bytes transferred by the sync. I've looked at the other methods and I've not seen any that returns anything but an error, how do I get the bytes transferred by rclone go lib via a sync?

I'm not sure what to try.

0 Answers0