this post was submitted on 14 Jul 2023
117 points (98.3% liked)

Linux

48356 readers
487 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 5 years ago
MODERATORS
 

I don't mean system files, but your personal and work files. I have been using Mint for a few years, I use Timeshift for system backups, but archived my personal files by hand. This got me curious to see what other people use. When you daily drive Linux what are your preferred tools to keep backups? I have thousands of pictures, family movies, documents, personal PDFs, etc. that I don't want to lose. Some are cloud backed but rather haphazardly. I would like to use a more systematic approach and use a tool that is user friendly and easy to setup and program.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Lemmyin 2 points 1 year ago

I’ve recently started using proxmox -backup-client. Works well. Goes to my backup server along with my vm image backups. Works nicely with full deducing and such. Quite good savings if you are backing up multiple machines.

I the. Rsync this up to cloud once a day.

[–] amadeus@lemmy.zip 2 points 1 year ago

I use Pika and Timeshift.

[–] GustavoM@lemmy.world 2 points 1 year ago

An external hard drive works 100%. And relying on .dotfiles to redownload the whole thing back.

...I mean, it takes like less than 3 minutes to redownload and 5 reconfiguring everything manually, so eh.

[–] kutsyk_alexander@lemmy.world 2 points 1 year ago

I use Raspberry Pi 4 with connected external HDD and installed Nextcloud

[–] qwesx@kbin.social 2 points 1 year ago* (last edited 1 year ago)

I use boring old zfs snapshot + zfs send -i.
It's not pretty, but it's reliable.

[–] understandable@lemmy.ml 2 points 1 year ago

Restic (local repo) which I sync onto a Hetzner Storagebox using rclone.

[–] ElectronBadger@kbin.social 2 points 1 year ago

rsync (laptop -> external HDD, workstation -> dedicated backup HDD)
Syncthing (laptop <-> desktop)

[–] PriorProject@lemmy.world 2 points 1 year ago

I've used a combination of

  • Managing ZFS snapshots with pyznap
  • Plain old rsync to copy important files that happen not to be on ZFS filesystems to ZFS.

If I were doing this over today, I'd probably consider https://zrepl.github.io/ instead of pyznap, as pyznap is no longer receiving real active development.

In the past I've used rdiff-backup, which is great but it's hard to beat copy-on-write snapshots for speed and being lightweight.

[–] pythia@lemmy.dbzer0.com 2 points 1 year ago

i simply use freefilesync

[–] CerineArkweaver@lemmy.world 2 points 1 year ago

Duplicity over SSH to my backup NAS, which then backs up to a cloud service iDrive weekly.

My phone and tablet are both Samsung, which uses OneDrive for backups

[–] kunic@kbin.social 2 points 1 year ago (1 children)

Well it was duplicati, until it pulled this bullshit on me. I had a critical local failure of my data a month ago, 2.8TB lost. Pulled the backup off AWS S3 with my linux server, asked Duplicati to restore it, and it's failed 4 times for random reasons, taking a week to get there each time. Once I can get this backup to finally restore, I'm moving over to Duplicity.

[–] SeeJayEmm@lemmy.procrastinati.org 1 points 1 year ago (1 children)

Stuff like that is why I ditched duplicati. I had to rebuild the local db that would randomly corrupt itself one too many times.

[–] kunic@kbin.social 2 points 1 year ago

Exactly where my failure is. It's corrupting mid-way through the rebuild for no apparent reason.

[–] the_tab_key@lemmy.world 2 points 1 year ago
[–] UdeRecife@lemmy.sdfeu.org 2 points 1 year ago* (last edited 1 year ago)

Vorta (Borg GUI). It's simple to use.

[–] tio@social.trom.tf 2 points 1 year ago

@dustyData I have hundreds of thousands of files that need to be backed up locally and in the cloud. I use either Vorta or Pika. Both are interfaces for Borg. Easy to use and their deduplication feature manages to save a lot of diskspace. I tried so many backup solutions and none worked as reliably.

[–] titey@lemmy.home.titey.net 2 points 1 year ago
[–] test1@calendario-lunar.com 1 points 1 year ago

A hand-made combination of tar, rsync and rclone, to a set of portable drives and remote systems.

After having suffering the breakage of computers since the 80's, I want to have the easiest way of restoring backups as possible.

[–] kzhe@lemmy.world 1 points 1 year ago
[–] RoboRay@kbin.social 1 points 1 year ago* (last edited 1 year ago)

I just map my entire documents, pictures and other important home folders to subfolders inside Dropbox. This propagates all of my files across all of my computers via the cloud and makes everything accessible from my phone as well.

I don't worry about backing up my operating system, though important configuration file locations are also mapped into Dropbox for easily setting things up again. Complete portable apps are also located in Dropbox.

[–] wandawanda@kbin.social 1 points 1 year ago
[–] kindenough@kbin.social 1 points 1 year ago

Truenas on a inexpensive server with RAID. I have several computers in different rooms in the house I like to make music on, and on these pc's my network drives all have the same drive letters for the sample libraries, recordings, projects, and backup. So my projects can run from any computer without missing files. I always save locally and on the Truenas.

[–] Bishma@social.fossware.space 1 points 1 year ago

Deja Dup backs my local machines to my Synology NAS. That uses Hyper-backup to send everything to Dropbox.

[–] GigglyBobble@kbin.social 1 points 1 year ago

I have no relevant data locally. My Documents is a symlink to a Nextcloud directory running on my Synology NAS on a RAID1 that backups to cloud storage via one of their tools (forgot which one).

I never liked having to backup working machines. If it breaks I'm fine with having to install again. I won't lose data though.

[–] Nomecks@kbin.social 1 points 1 year ago (1 children)

I s3 sync everything to a versioned S3 bucket out on the internets.

[–] RippleEffect@lemmy.world 1 points 1 year ago

What kind of cost is that?

load more comments
view more: ‹ prev next ›