this post was submitted on 19 Mar 2025
52 points (91.9% liked)

Linux

54196 readers
523 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
 

I recently implemented a backup workflow for me. I heavily use restic for desktop backup and for a full system backup of my local server. It works amazingly good. I always have a versioned backup without a lot of redundant data. It is fast, encrypted and compressed.

But I wondered, how do you guys do your backups? What software do you use? How often do you do them and what workflow do you use for it?

(page 2) 14 comments
sorted by: hot top controversial new old
[–] mybuttnolie@sopuli.xyz 1 points 1 month ago

Nice try, mister ransonware attacker hacker!

[–] Mio@feddit.nu 1 points 1 month ago

Timeshift for snapshots and deja backups for files

[–] djsaskdja@reddthat.com 1 points 1 month ago

There’s nothing saved on my system I couldn’t afford to lose. All my work stuff is saved in Google Drive for better or worse. I have a few small files in a personal Proton Drive that I backup manually. I wipe my own system a few times a year and I rarely ever save anything first. Honestly very refreshing to live your life like that. Other than my cat, pretty much all my possessions could disappear tomorrow and I’d get over it pretty quickly.

[–] rutrum@programming.dev 1 points 1 month ago

I use borg the same way you describe. Part of my nixos config builds a systemd unit that starts a backup on various directories on my machine at midnight every day. I have 2 repos: one to store locally and on a cloud backup provider (borgbase) and another thats just stored locally. That is, another computer in my house. That local only is for all my home media. I havent yet put the large dataset of photos and videos on the cloud or offsite.

[–] Pika@sh.itjust.works 1 points 1 month ago

for my server I use proxmox backup server to an external HDD for my containers, and I back up media monthly to an encrypted cold drive.

For my desktop? I use a mix of syncthing (which goes to the server) and windows file history(if I logged into the windows partition) and I want to get timeshift working I just have so much data that it's hard to manage so currently I'll just shed some tears if my Linux system fails

[–] doubtingtammy@lemmy.ml 1 points 1 month ago
[–] bubbalouie@lemmy.ml 1 points 1 month ago

I rsync ~/ to a USB nub. A no brainer.

load more comments
view more: ‹ prev next ›