Irgendwie wundert mich bei RescueZilla das sich das Backup nicht auch gleich automatisch verifizieren läßt? Muss man scheinbar immer manuell machen... Clonezilla macht das direkt, wenn man es möchte.

#clonezilla #rescuezilla #linux #backup #backups #pc
New blog post: mount namespace for backup jobs (by hand)
https://jmtd.net/log/mount_namespace_backup/
I make a small adjustment to my backup jobs in order to run them all in a separate, dedicated mount namespace. #backups #linux
jmtd → log → mount namespace for backup jobs (by hand)

I make a small adjustment to my backup jobs in order to run them all in a separate, dedicated mount namespace.

3-2-1 #Backups Explained

This article provides a guide to 3-2-1 backups.

Keeping your data safe is extremely important—whether you’re running a website, an online store, or important applications. The 3-2-1 #Backup Strategy is a simple, proven method used worldwide to protect data from loss, corruption, or accidental deletion.

This guide explains what “3-2-1 backups” mean and how they help keep your files secure.
✅ Overview
The 3-2-1 ...
Continued 👉 https://blog.radwebhosting.com/3-2-1-backups-explained/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social

3-2-1 #Backups Explained

This article provides a guide to 3-2-1 backups.

Keeping your data safe is extremely important—whether you’re running a website, an online store, or important applications. The 3-2-1 #Backup Strategy is a simple, proven method used worldwide to protect data from loss, corruption, or accidental deletion.

This guide explains what “3-2-1 backups” mean and how they help keep your files secure.
✅ Overview
The 3-2-1 ...
Continued 👉 https://blog.radwebhosting.com/3-2-1-backups-explained/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host

Backup machen! Worauf wartest du? Workshop zur Datensicherung auf PC & Smartphone

7. Juni 2026, 14:00:00 CEST - GMT+2 - Mühlenstraße 5, 33607 Bielefeld, North Rhine-Westphalia, 5 Mühlenstraße (Bielefeld)

https://f.termine.di.day/events/023fe242-b087-4013-9b42-b81b5e1567a2

A friend remind me, check your backups. Everything is there ? Does it work ? And pro tips don't use `rm -rf *` if you wanna have fun this weekend. #backups

Public service announcement:

apparently any expression in Bash that uses wildcards is not case-sensitive.

Example:
Let's say you have the files `photo1.jpg` and `photo1.JPG` in the same directory, and want to delete the `JPG` version.

`rm photo1.JPG`
deletes only the capitalized version
`rm photo*.JPG` or `rm photo?.JPG`
deletes both!

...and now I know, at the cost of around 20 photos that I can't get back because I have still not to set up a good backup for my photo collection, and they're too old to still be on the SD card 😨

I don't think this is very consistent, and I *definitely* did not expect to learn this some 25 years after I started to use Linux.

Solution:
`rm *.[J]pg`
deletes only the JPG files, which I find **weird AF**

#bash
#wildcards
#backups

Don’t forget to do your (manual, extra) backups*.

________
* RAID is not a backup. A backup isn't a backup unless you test restoring. Store at least one backup offsite in case of disaster. YMMV.

#BackupReminder #Data #Backups

3-2-1 #Backups Explained

This article provides a guide to 3-2-1 backups.

Keeping your data safe is extremely important—whether you’re running a website, an online store, or important applications. The 3-2-1 #Backup Strategy is a simple, proven method used worldwide to protect data from loss, corruption, or accidental deletion.

This guide explains what “3-2-1 backups” mean and how they help keep your files secure.
✅ Overview
The 3-2-1 ...
Continued 👉 https://blog.radwebhosting.com/3-2-1-backups-explained/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host

Hi folks! ✌️

Here's a little app that I've made for this one day.

👉 https://codeberg.org/xolatgames/BYSU

It will help you to create backups of your games' saves.

It has ugly, but workable GUI, and let you create a "backups' list" for multiple games.

Then you will need to push "Create backups!" button, and then your backups was be made.

Thanks for reading, and I will see you in the next time! 😉👋✌️

#backups #imgui #sdl #sdl3 #cpp #cplusplus #cmake #opensource #sqlite #sqlite3 #app #apps #soft #software