Generated via ublue’s countme script https://github.com/ublue-os/countme/blob/main/growth_global.svg
Here is Fedora’s upstream graph to compare:
Bazzite is absolutely great, if you just want a very reliable system that just works and goes out of your way. I lean nowadays way more into recommending Bazzite to new Linux users, since there is literally not much to initially set up, no matter the hardware. Gaming works perfectly fine and any regular users software needs get easily satisfied by the Bazaar.
Shilling works.
Booted up Bazzite and everything just worked except League of Legends anticheat and Linux SteamVR. Supposedly SteamVR got patched. So League is the last thing keeping me on Windows 11. Could probably boot to Win11 as needed anytime I want to though
Same, I’m not gaming, but this distro for me that I find just working. I used Aurora for a bit before making the switch.
Man. Props to the team. At least from my perspective (I’m not into distro hoping anymore) they came out of nowhere and people absolutely loved them. I should give them a test on a VM, specially since I’ve been recommending against them because I didn’t think they are a good fit for llinux newcomers
Gonna install CachyOS tomorrow.
I know I’m late but …
spoiler
It took me a while to backup all my game saves and memes from Windows 10 because Proton Drive limits you to 2GB unless you pay and if you don’t pay your subscription they delete your email address. Could’ve gone with another provider but I was due for a spring cleaning anyway.
I was also trying to get through my Itch library to save me the hassle of figuring out how to work Lutris but then the Steam Next Fest came and I gave up on clearing my backlog since I have a hard deadline of the next Steam Hardware Survey.
Perhaps a bit unconventional, but CloudFlare R2 gives 10GB of free storage accessible as S3 with
rclone
.I know I have other options, Google Drive for example, I just didn’t want to use anything new so I did things the hard way.
Started my EndeavoursOS gaming PC. Oh no, my new-Steam lists the game as windows only?
Proceeds to install proton and related software and bam, I can game.
I know it’s not Bazzite but there is sure as hell little reason not to use Linux any more except for enterprise computers and laptops.
What happened the 3rd week of April? Fedora got a massive spike there. The other one has a small bump at that time as well
I did my first fedora atomic install yesterday. I’m doing my part!
That’s amazing. Been using it for 6 months, loving it.
I thought it was just my YouTube algorithm showing me install bazzite. Hehe guess there was a trend
I think its hitting a critical mass, that much upward growth is very encouraging to see. I was able to convince a handful of friends to switch to linux due to windows getting so bad, they liked the extremely simple approach Bazzite has. I think its better than Mint in this regard, Fedora has come such a long way.
Question for all Bazzite/Aurora users: what do you use to make backups of your machine?
I’m using Pikabackup to make backups of
/home
, but I’m not sure if there’s a better way?on my CachyOS/Arch and NixOS machines I just use borg to backup to my dedicated server. Very easy to do. I have a couple alias’ set up so I can view my backups easily through my file manager on whatever local machine. Essentially all you have to do is make a script to tell it what files/folders to backup, what to potentially ignore, how often you want to backup, the time of day you want it to happen, can also tell it to delete old backups. In NixOS it’s painfully easy to set up and can be done within the configuration.nix. On other distros the only difference is you have to set up a service and timer for it.
but I like it, it’s straight forward, never had issues with it.
Syncthing to my server
I use Duplicacy, personally. All you need to backup is your home directory since it’s immutable.
I’m using Fedora KDE and haven’t set up backups on my desktop PC yet, but on Linux servers (both at home and “in the cloud”) I usually use Borgbackup with Borgmatic. All my systems have two backup destinations: My home server and a storage VPS, both via SSH.
Looks like Pika Backup is a GUI for Borgbackup, so it should be a good choice. Vorta is also popular. GNOME apps tend to focus on simple, easy to use GUIs with minimal customization, so it’s possible Vorta is more configurable. I haven’t tried either.
Don’t forget the 3-2-1 policy: you should have at least three copies of your data, in at least two locations, one of which is off-site (cloud, a NAS at a friend’s or family member’s house, etc). If you’re looking for cloud storage, Hetzner storage boxes are great value. Some VPS providers have good sales (less than $3/TB/month) during Black Friday.
Pika should be fine, look into borg or just a simple Rsync setup if you want something a bit more detailed. But personally with backups I want it as simple and reliable as possible.
Pika is a GUI for Borg.
Rsync is doable, but it’s not great since you essentially only have one backup set. If a file gets corrupted and you don’t notice before the next backup is done, you won’t be able to restore it. Borg’s deduping is good enough to keep lots of history - I do daily backups and keep every day for the past two weeks, every week for the past three months, and every month indefinitely (until I run out of space and need to prune it). Borgmatic handles pruning the backups that are out of retention.