this post was submitted on 13 Jun 2023
34 points (100.0% liked)
Free and Open Source Software
17926 readers
42 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use btrfs snapshots and btrbk
btrfs is a great filesystem and btrbk complements it easily. Switching between snapshots is also really easy if something goes wrong and you need to restore.
Archwiki docs for btrfs: https://wiki.archlinux.org/title/Btrfs#Incremental_backup_to_external_drive
Of course you'd still want a remote location to backup to. You can use an encrypted volume with cloud storage. So google drive, etc all work.
Thanks. Heard a lot about it. Will chack it out.
Oh interesting! I might take a look at btrbk
This is what I do. Btrfs snapshots and use send/receive with my NAS.
This is the way !