Do you know any tool to save, and restore file level metadata (creation date, modification date)?
As the metadata storage function in rclone doesn't seem to be implemented soon, im searching other way to preserve metadata, at least in a database, if the remote doesn't supports metadata.
rclone lsjson --metadata does all for saving, now only a script is needed to run through the saved json, and invoke rclone --metadata-set for each file.
Hashes included also would be nice, and i see its supported, just its slow, and here comes up again, oshash support in rclone would be nice. Created a feature request for it: https://github.com/rclone/rclone/issues/8031
ok, i understand that.
sorry, still not understanding what the point oshash is, as compared to real hash such as md5?
if i transfer a file and need file verification, i cannot use oshash.