• 0 Posts
  • 76 Comments
Joined 4 months ago
cake
Cake day: June 5th, 2025

help-circle






  • One other thing I didn’t mention is it depends on the backup tool you use. Not all of them are filesystem aware. What that means is if you have hardlinks present those will not be preserved.

    That can be important to remember as it will bork things down the road with the restoring. If you aren’t familiar with linking: Hard links point to actual data (think of it like a pointer in C). Soft links (symbolic) point to file path.


  • For me, I tend to focus on specific directories I know I’d need data from (or that will just be a hassle to rewrite config for). I have a scripts folder that gets backed up, Books, .mozilla, etc. A lot of things I just know I won’t need like .cache. That folder is 7GB and mostly just the cache from yay needing to be cleared out.

    I don’t backup my entire home directory because I’m worried ACLs may change or other little issues that will take more time than its worth to correct. That said, you could. You worried about something like that, you could pull the existing ACLs: find ~/ -type f -exec getfacl --absolute-names {} + > home_acls_backup.txt and then restore them: setfacl --restore=home_acls_backup.txt

    I haven’t really used KDE much, but I know it has a theme data in .local/share that you’d want (and probably the .cache folder as well). GNOME keeps theme data in .themes, .icons, .fonts. They might just be defaults, but if you have anything custom, you’d want those folders too.






  • You can use the gparted tool to graphically remove the partition(s) and then format them to whatever file system type you are interested in and just have those mounted as extra data drives. Or merge them into your Linux partition (depending on setup). That will require gparted to be run as sudo as you are interacting with disks.

    Alternatively, you can a tool like fdisk to change partitioning in terminal. You can pull the disk info using something like lsblk, so if you had a specific drive it might be sudo fdisk /dev/nvme0n1, then you’d want to print the current table and look through the help.


  • Because as you already stated, that’s all it says. There is a lot of open interpretation to what that means and not all of it refers to big publishers/devs like EA.

    For example, indie games like Objects in Space. It was Early Access and ran into technical issues which led to funding issues as they could only work so long on it. Its broken essentially. But it doesn’t matter if the project was beyond their scope of skill or they ran out of money, they would be forced to pay to fix it. This means (and for other indie devs) if not certain their project will succeed, having to block sales in EU. Its potentially the most damaging not to the Ubisoft’s and EA’s, but to the Flat Earth Games, Bugbytes, ColePowered Games, etc. Its asking new indie developers to take on optional risk by releasing in the EU. Remember no where in the petition does it mention live service games. Only just games.

    Additionally, the points brought up in the petition needed to be bullet proof. The moment that petition started to get close to 1M, you know publishers started turning gears to block future legislation. The committee of petitions will verify the petition and then refer it for fact finding. The points needed to be concise for the purpose of the fact finding committee. And they needed to be geared towards the EU acting which around a dozen times now have stated that while concerns are valid, it is up to the member nations to propose legislation on this (which is who the major publishers are reported to have approached - not some EU committee).

    I’m still salty about EA’s Darkspore (which I might add doesn’t mention on the case that internet access is required to play - which I did not have back in the day), but this petition just feels like minimal impact. I would just like to remind people that advocating SKG may feel good but that rarely equates to doing good.

    NOTE: I’ll probably be downvoted to hell on it, but I imagine that is all that will happen. There really is no solid argument against what I’ve said.