this post was submitted on 19 Oct 2025
555 points (98.8% liked)

Linux

59087 readers
1727 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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:

(page 3) 28 comments
sorted by: hot top controversial new old
[–] HeyThisIsntTheYMCA@lemmy.world 2 points 1 day ago (2 children)

anyone have experience with bazzite and mint, with a focus toward gaming? The box i want to try on, i have been procrastinating hooking up and dealing with the contents (it was my dad's work computer and i'm the only family member with professional ethical requirements relating to confidentiality so it went to me)

load more comments (2 replies)
[–] unlawfulbooger@lemmy.blahaj.zone 6 points 2 days ago (7 children)

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?

[–] dan@upvote.au 7 points 2 days ago* (last edited 2 days ago)

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. Every system has 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.

[–] NewNewAugustEast@lemmy.zip 2 points 2 days ago (1 children)

Pika broke for me so many times I gave up on it. Vorta has been solid.

load more comments (1 replies)
[–] rozodru@piefed.social 5 points 2 days ago (1 children)

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.

load more comments (1 replies)
[–] sirico@feddit.uk 4 points 2 days ago (2 children)

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.

[–] dan@upvote.au 5 points 2 days ago* (last edited 2 days ago)

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.

load more comments (1 replies)
[–] Damage@feddit.it 3 points 2 days ago (1 children)
load more comments (1 replies)

I use Duplicacy, personally. All you need to backup is your home directory since it's immutable.

[–] prole@lemmy.blahaj.zone 2 points 2 days ago* (last edited 2 days ago) (1 children)

I don't currently backup /home.

You def don't need to backup anything on the OS drive since rollbacks are built into the system and it initializes every time you boot.

load more comments (1 replies)

Shilling works.

load more comments
view more: ‹ prev next ›