• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: April 25th, 2023

help-circle










  • If someone comes to me I’m more than happy to answer questions and help, but I won’t bring it up. People don’t like being told that their tool of choice is “bad” “not optimal” or anything like that. Even if it’s only their choice because they grew up with it or don’t want to learn anything new. And they still need to learn if it’s more than browsing the web.

    Also I really don’t want to be the one they come running to once something doesn’t work the way they expected - or not at all. I don’t have the time nor the inclination to be tech support for my family and half of my friends.






  • Is anything keeping you from just reinstalling the system and mounting your home into it again (maybe the majority of your customisations live in /home too)? I feel that is a lot less of a hassle than copying files around.

    In principle you should be able to restore your system by just copying all of the relevant files from the backup to their correct partitions - it can’t really get any worse if it doesn’t work.

    For the future: A backup is only any good if you know how to restore it and tested that that actually works.

    Regarding the permissions: If you do a cp fileA.txt fileB.txt fileB.txt will normally be owned by the creating user. So a sudo cp ... will create the files as root.

    I would personally use rsync with a few additional options, archive among them. This way the fs is restored exactly as it was. But that doesn’t make a whole lot of sense if the files weren’t copied that way too.