totikom@lemmy.ml to Selfhosted@lemmy.worldEnglish · 2 months agoBackups made easy: btrfs + snapper + snapborgtotikom.github.ioexternal-linkmessage-square18fedilinkarrow-up181arrow-down12cross-posted to: opensource@programming.dev
arrow-up179arrow-down1external-linkBackups made easy: btrfs + snapper + snapborgtotikom.github.iototikom@lemmy.ml to Selfhosted@lemmy.worldEnglish · 2 months agomessage-square18fedilinkcross-posted to: opensource@programming.dev
minus-squaretotikom@lemmy.mlOPlinkfedilinkEnglisharrow-up2·1 month agoSnapshots are made atomically, so this workflow allows you to separate snapshot creation from actual backing up. As subvolumes are dynamically sized, you can create as many subvols as you like and backup those, that need it.
Snapshots are made atomically, so this workflow allows you to separate snapshot creation from actual backing up.
As subvolumes are dynamically sized, you can create as many subvols as you like and backup those, that need it.