I migrated my wife’s PC after a forceful Windows 11 update to Linux. I made a backup of her files by doing an rsync of almost the complete C: drive onto an external drive formatted with exFAT. This was a grave mistake.

After the Linux installation we noticed that several files were missing and older files were back. My current guess is that I was somehow copying from an old snapshot instead of the current state.

I rsynced everything except for the Windows folder. Does anyone know if there is any chance of getting our filea back? Amd what actually happened?

  • Trashboat
    link
    fedilink
    arrow-up
    16
    ·
    19 days ago

    Windows/OneDrive stealing my files was the tipping point to push me to Linux. I’d disabled OneDrive as much as I could like a year ago with a new install, and I simply opened it to check that it was all still disabled after seeing the headlines somewhat recently. Turns out that’s all the permission Windows thought it needed to start siphoning files off to somewhere else, since it got to work moving and uploading my documents immediately without warning. So thoroughly completely unacceptable, how could I possibly trust it with anything after that? I open a program once and my documents are immediately being sent to a server somewhere. That’s how a freaking virus acts! This was weeks ago and I’m still annoyed.

    • Dharma Curious (he/him)@slrpnk.net
      link
      fedilink
      arrow-up
      10
      ·
      19 days ago

      I switched full time to Linux a few years ago for similar (but more embarrassing!) reasons, only leaving the dual boot for a particular software I needed for school (just got a solution for that, too, and finally uninstalled windows last night).

      A couple years ago I got a message on laptop that my onedrive was full. “I have onedrive?” I says to myself.

      “Apparently you do, self” self says back

      I open onedrive, wondering what could possibly be on there, as I only use my laptop for two things, school and porn.

      You can imagine what my onedrive was full of. Essays… And porn!

      It was school onedrive.

      I immediately go in and start deleting everything. Including the pictures that I had taken myself. Of myself.

      I get an email from my academic advisor the next day. Deleting so much had sent up a red flag, and they had someone to check up on it, to make sure it wasn’t a hacking attempt or a virus or some such thing.

      She wants to inform me that it’s not acceptable to use my school one for adult content.

      I, in fact, died. You’re speaking with a ghost.

    • garrett@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      19 days ago

      For what it’s worth, you are supposed to be able to access documents stored in OneDrive in Linux. (I haven’t tried it myself; I’m just aware of it.)

      Basically: Go to GNOME’s settings, then select online accounts, and sign into OneDrive.

      Here the same instructions with lots of details and screenshots: https://www.omgubuntu.co.uk/2024/04/set-up-onedrive-file-access-in-ubuntu (Nothing in that link is Ubuntu specific. This applies to other distros too, like Fedora, Debian, Arch, Mint, etc. — as long as you have GNOME 46.)

      Other desktops have to use various other options, but aren’t natively integrated: https://linuxstans.com/microsoft-onedrive-on-linux/


      Of course, once you have access to files like this, you’ll probably want to copy them locally and back them up yourself.

      (I suspect Microsoft was trying to make it so people don’t lose their files, ironically, by handling document storage themselves? It’s still absurd that they do this so aggressively.)

      My favorite backup software is Pika. It’s powered by Borg, has a friendly UI, and supports both local (including USB drives) and remote locations. https://flathub.org/apps/org.gnome.World.PikaBackup

      Deja Dup is also good and uses Duplicity behind the scenes. https://flathub.org/apps/org.gnome.DejaDup

      There are a ton of other backup solutions too, including Vorta (another UI for Borg) and a bunch of command line tools, like rclone, rsync, etc.