Zum Inhalt der Seite gehen


btrbk is awesome


I like having a safety net whenever I’m doing something potentially destructive, which is why I use the btrfs file system for my operating system and my data. Snapshots are one half of my “whoops, there goes all my work” strategy (backups are the other half).

https://ounapuu.ee/posts/2022/07/09/btrbk-is-awesome/



Debian Testing + BTRFS + Timeshift + Cinnamon


After watching better linux youtubers go through this process, I modified it to fit my needs and did this exact set up on my laptop.
Replicated here for you to take a look.

Switched from Manjaro to:
Debian Testing
Cinnamon
Btrfs
Timeshift

Also installed nala
sudo apt install nala (debian testing only)


https://www.youtube.com/watch?v=IdqkjpsyUNg



grub-btrfs


Improves grub by adding "btrfs snapshots" to the grub menu.

You can boot your system on a "snapshot" from the grub menu.
Supports manual snapshots, snapper, timeshift ...

Warning: booting on read-only snapshots can be tricky

https://github.com/Antynea/grub-btrfs

-jonny- hat dies geteilt.



timeshift-autosnap-apt


Timeshift auto-snapshot script which runs before any apt update|install|remove command using a DPkg::Pre-Invoke hook in APT. Works best in BTRFS mode, but RSYNC is also supported (might be slow though).

https://github.com/wmutschl/timeshift-autosnap-apt

Als Antwort auf tom s

Very cool, today I thought about reinstalling my mint because oft this...


Install Debian/Devuan with Encrypted BTRFS subvolumes!


https://youtu.be/TKK1YYF2Pro


Snapshots mit Timeshift erstellen


Zeitsprung
Ferdinand Thommes

Mit dem für Linux Mint entwickelten Tool Timeshift erstellen Sie einfach System-Snapshots, verwalten sie und spielen sie bei Bedarf wieder zurück.

Die Datensicherung betrachten bekanntermaßen viele Anwender als notwendiges, aber recht lästiges Übel. Idealerweise gestaltet man das Backup also so, dass man sich nur einmal Gedanken darüber machen muss: beim Erarbeiten einer Strategie, bei der die Software der Wahl künftig ohne weiteres Zutun diesen Job übernimmt.

https://www.linux-community.de/ausgaben/linuxuser/2019/06/zeitsprung/



Mehr Datensicherheit unter Linux dank ZFS und BTRFS


https://nerdzoom.de/mehr-datensicherheit-unter-linux-dank-zfs-und-btrfs/


BTRFS Install (Kali Unkaputtbar)


https://www.kali.org/docs/installation/btrfs/

Azure Cerulean hat dies geteilt


Timeshift


Timeshift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system

https://github.com/teejee2008/timeshift

Als Antwort auf tom s

This repository has been archived by the owner before Nov 8, 2022. It is now read-only.
Als Antwort auf Azure Cerulean

@Azure Cerulean Timeshift is now maintained by the Linux Mint project.
Any feature requests, pull requests, or issues should be submitted to the Linux Mint repository.

https://github.com/linuxmint/timeshift


How to Encrypt a Btrfs Filesystem?


The Btrfs filesystem-level encryption feature is still not available. But you can use a 3rd party encryption tool like dm-crypt to encrypt the entire storage devices of your Btrfs filesystem.

In this article, I am going to show you how to encrypt the storage devices added to a Btrfs filesystem with dm-crypt. So, let’s get started.

https://linuxhint.com/encrypt-a-btrfs-filesystem/