On my Mac, I used the command ./rclone mount remote: /Users/volume --vfs-cache-mode full, but I noticed that the version files doesn't show up on the Mac. Could anyone let me know which parameter needs to be added to make it display the version files?
Run the command 'rclone version' and share the full output of the command.
rclone v1.72.0
os/version: darwin 26.1 (64 bit)
os/kernel: 25.1.0 (arm64)
os/type: darwin
os/arch: arm64 (ARMv8 compatible)
go/version: go1.25.4
go/linking: dynamic
go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
./rclone mount remote: /Users/volume --vfs-cache-mode full
Paste command here
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Paste config here
A log from the command that you were trying to run with the -vv flag
Sorry for the confusion, I was hoping to be able to see previous versions in Finder (or file explorer), but I just checked and noticed that the object storage drive mounted with rclone on Windows also doesn’t display previous versions. They can only be viewed on the object storage website.
Thanks. When I added versions = trueto the configuration file and remounted, I was indeed able to find the previous versions, but they appear as separate files. Is it possible to integrate them into the file and display them within the "Restore to" list?