this post was submitted on 25 Aug 2024
23 points (100.0% liked)

techsupport

2240 readers
1 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 1 year ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] garrett@lemm.ee 1 points 3 weeks ago* (last edited 3 weeks 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.