Add Backups and security

Lucas FRÉROT 2024-10-25 09:55:51 +00:00
parent 0ba8fd73b8
commit 702aa177be
1 changed files with 11 additions and 0 deletions

11
Backups-and-security.md Normal file

@ -0,0 +1,11 @@
Having an external backup of your home directory is mandatory. Here are a few ways to back up your data, from simplest to most feature rich.
- Using cron + rsync
- On Gnome: using DejaDup (duplicity)
- On KDE/Plasma: using KBackup or kup
- (really advanced) using zfs or btrfs snapshots
Depending on the tool used, your backups can be versioned, meaning you can recover an old file version, or a deleted file.
# Security
If backing up to an external drive, I highly advise encrypting the full disk (with e.g. `cryptsetup`, the standard tool on Linux, which can is used by most disk utility GUIs). Research data can be sensitive, but your personal data (emails, cookies, history, passwords, etc.) are much more sensitive, and should not fall in the wrong hands. Encrypting your computer's internal drive is also a good security measure, and should be done when installing the OS.