Forum Discussion
Back-up tools for Office 365
Thanks for all your answers. Guess the best solution has yet to be created. Allthough the question stays active, my customers seem to be a lot more relaxed about backups then they should be. The customers I had in mind when asking you about this where doing manual "backups" by copying synced document libraries to a external harddrive. Now, I know this isn't the best way, but I assumed they would at least copy the files to a folder named with the backup date and this creating several weeks/months of backups. Apparently, they just copied it to the same folder, overwriting the files... :smileylol:
My biggest fear are crypto virusses, encrypting thousandths of files. As far as I know that would create a situation where you would have to use version history to set back the files manually one by one. There is no possibility to do this in one action for all files...
Restoring previous version of SPO/Onedrive files can be automated with powershell, see this script for example.
- Feb 04, 2017Good script for restoring a previous version of the file but you need the file there so I see this script more as an Utility that could complement a backup solution...a backup solution means to be backup and restore a file what means not only the file, but also the metadata & file versions....of course you could also be able to do this by using PowerShell. Indeed those backup tools we are talking about are using behind the scenes the same technology show in the script (for SPO): SharePoint Client Side Object Model