Hi. When I save all OneDrive files for a user as files, VEEAM adds a version number to files that have versions in OneDrive. For example, a file named 'mydata.txt' might end up being 'mydata (ver 3.0).txt'. I'm saving all files for a user. The same thing happens if I save/export all files to a .zip.
How do I get VEEAM to save files with the original file name instead of renaming everything to add the version?
The reason is that we have multiple versions of that file for that specific user. Like they exist on the OneDrive 4 Business. Today we don't have the specific functionality with this method to restore only the latest version. If you restore them to another onedrive location, then it will work as expected so as I workaround I suggest you restore them to a folder of another OneDrive user (yourself for example) and then copy them or zip them
Thank you for the reply. Being able to restore the latest version with original file names would be useful for us. We deal mostly with small businesses and a fear that a lot of small business have is being (unfairly) banned by a big tech company, losing access to their data, and not having any recourse. Having the ability to restore an exact copy of the most recent version of their data without any cooperation from Microsoft is beneficial.
The current behavior is tolerable for us since we can bulk rename files if it ever gets to that point. However, having it as a restore option where we know it's 100% reliable would be nice to have, so, if possible, please consider adding it as an option at some point.
Another heads up for this requirement. I'm pretty sure that older versions didn't restore with the (ver) tag, e.g. "Freelancing Process Overview_Aug2021 FINAL (ver.2.0).pptx". That (ver 2.0) is new. It makes restoring to an alternative folder and then trying to do a merge with something like FreeFileSync or robocopy.exe much harder.
I've knocked up this PowerShell script which will rename them. WARNING: use with caution/take backup first and also struggles with really long path lengths.
# Remove-VeeamVersion.ps1: removes the Veeam version tag from restored files.