Funny that their solution isn't higher frequency backups but having someone watch it carefully to make sure it doesn't fail again. Maybe it's not really a serious problem. Only 2 weeks of data and student submitted data so it's probably mainly an inconvenience for the students to re-upload it.
This is extremely unfortunate, yet feels like it could have been prevented rather easily.<p>Most of the hypervisors support snapshotting of various types, many OSes out there have built in backup solutions, even some file systems support snapshots as well, that can be restored, everything from pooled file systems to even RAID could have helped them deal with the failure of a disk. And perhaps not applicable here, cloud vendors also support backups most of the time.<p>Though personally, even a simple software solution can help with backups, personally i use BackupPC: <a href="https://backuppc.github.io/backuppc/" rel="nofollow">https://backuppc.github.io/backuppc/</a><p>Basically, it's just some nice logic that's built around rsync and has compression, incremental backups etc. I set it up a few years ago for all of my cloud servers and VMs (which i manually add to the list of ones that are backed up), create system users for them for SSH access and occasionally check whether the incremental/full backups are working. Then, i simply have another rsync script that copies the backup server's data over periodically to another device.<p>It's not the most advanced setup, but even that is better than just hoping that no data loss will happen, which is plain wrong. Then there's also software solutions like <a href="https://bvckup2.com/" rel="nofollow">https://bvckup2.com/</a> for desktops etc. Of course, rsync and cron would have also been sufficient.<p>It's not like backups aren't essentially a solved problem in most of the simple configurations.
> Under a program introduced in 2019 for high-school students starting that year, students are to create portfolios to be used for university applications, which include their grades, extracurricular activities and other information related to their character and achievements.<p>They're not using entrance examinations? How did this happen?