A loosely moderated place to ask open ended questions
If your post is
- Open ended
- Not offensive
- Not regarding lemmy support (c/lemmy_support)
- not ad nauseam inducing (please make sure its a question that would be new to most members)
itâs welcome here!
- 0 users online
- 9 users / day
- 34 users / week
- 131 users / month
- 489 users / 6 months
- 8 subscribers
- 1.12K Posts
- 11.7K Comments
- Modlog
I intend to but at the moment its more of aâŚdistributed-cold-chaos situation.
Ah, exactly. I very much exercise this precise technique to backup all of my work and personal files. It could be a good comedy, once my PC breaks up, to watch me go through all the different services (external HDDs, NAS, distributed content on my other devices, Git repositories and so on) to set up my PC once again. Another TODO in the never ending list of what to do next.
Oh yea, one of these days Iâll sort out the nested folders with names like âDownloads_copyâ , âdownloads-(copy)â , âDownloadsLaptopâ
That, too.
No, I like to live on the edge
Me too.
Yes, daily. My desktop is from 2007 as far as I can tell, so I have a script back up my files and configs to an external SSD via rsync.
I use borg backup to back up my important documents and stuff to a number of external HDDs. These are regularly rotated and stored offsite. Furthermore, I use rsync to and from my NAS.
My systems all have btrfs and snapper. I know, that is not a backup medium as such, but it does the job quite well.
My music and photo collection are both on external HDDs and my NAS.
I remember setting up borg with snapper 2 years ago but, I totally forgot about it when I switched distros a couple weeks ago. Worked so good, I forgot itâs existence.
Of course, the really interesting question would be: do you regularly test your backups?
No. I like to live on the edge.
No. I am using NixOS and my config is stored in a Git repo. I can reinstall in an hour or two.
For my âuser dataâ they are backed up piecemeal.
Only of my important files. I donât care much about saved settings since a crash would be a convenient reason to change my OS anyways.
Not really a âbackupâ per se but I keep my personal files synced across multiple disks and servers. My laptop and desktop are both configured declaratively using Guix and I can reconfigure or roll back at any time.
Iâve been trying to keep up the habit of making a new Borg archive every Saturday or so. After the initial one, it doesnât take much since itâs kinda does a diff first and it also deduplicates everything. Each archive now takes about 5 or 6GB tops instead of 400+. Encryption is also a nice to have, as well as bring able to mount archives (really useful for quickly taking a peek at something).
Edit: I also use the neat patterns file feature to filter out huge directories that donât need backup like caches and game data, while cheery-picking stuff like game saves and so on.
Why not a cron?
Because I have to manually plug the disc (itâs a big external HDD) and I prefer to do the backup while not doing anything else on the computer, just to minimize any possible desync between the diff file list it generates and what it actually backs up.
Yes, auto upload of pictures, videos and documents fromy phone to nextcloud. Contacts, tasks, notes, call history and messages are also synced with nexcloud. Nextcloud server gets scheduled backups.
On computer, I have backups of most important things, like projects code mirrored to remote got repositories.
Most of my data is also replicated to external hard drives.
I have had many catastrophic drive or device failures in the past so I want to stay in the safe side.
I backup some stuff to iCloud because Apple doesnât allow other backup methods for iBads. I want to escape this jail!
I also backup with CryptPad
I set up DejaDup to just automatically stuff up at regular intervals.
I use the TDE backup tool (Keep) when I use my Devuan OS with TDE for automatic differencial backups in an external hard drive of my
~/Documents/
directory.I use DĂŠjĂ Dup when I use Debian with GNOME for the whole user directory in a Nextcloud account.
The backups are made daily in both cases.
Wow, another Trinity desktop user, nice to see another in the wild.
Other Trinity user, but I am alone on it since no people from my generation (1999) or even before (until 198x) likes it or consider it good.
I was born in the early 2000âs and I absolutely adore trinity. I just wish more distros shipped it.
Yeah. I want to install it to some people who can feel comfortable on it and help them to understand the installation but, being in an external repository is a no-go for them being beginners.
Yeah, on my PC I occasionally back up things into an external hard drive. On my phone I take occasional NAND backups of the system partition and for settings and software I use TitaniumBackup. On my Hetzner VPS where I host Sopuli, incremental backups are taken every day at 6:00.