0x4E4F@infosec.pub to linuxmemes@lemmy.worldEnglish · 2 years agoEvery god damn time!infosec.pubimagemessage-square48fedilinkarrow-up1271arrow-down16
arrow-up1265arrow-down1imageEvery god damn time!infosec.pub0x4E4F@infosec.pub to linuxmemes@lemmy.worldEnglish · 2 years agomessage-square48fedilink
minus-squareMiku Luna \ she/it@lemmy.blahaj.zonelinkfedilinkarrow-up2·2 years agosudo btrfs subvolumes create /path/to/subvolume If you don’t configure anything, root will already be a subvolume. If you wanna make a used directory a subvolume, you have to move the contents first, and move them back after creation. The only thing that takes time here is the move
minus-square0x4E4F@infosec.pubOPlinkfedilinkEnglisharrow-up1·edit-22 years agoYeah, but Timeshift uses the Ubuntu style subvolume naming, @ for root, @home for /home, so you have to create them that way, otherwise, it won’t work. It can work if you tell it to ignore home, but checks for @ as root on start up.
minus-squareMiku Luna \ she/it@lemmy.blahaj.zonelinkfedilinkarrow-up2·2 years agoWasn’t aware of that, using snapper for my snapshotting needs.
minus-square0x4E4F@infosec.pubOPlinkfedilinkEnglisharrow-up1·edit-22 years agoI haven’t tried it. Does it have like daily, weekly, monthly snapshots setup?
minus-squareMiku Luna \ she/it@lemmy.blahaj.zonelinkfedilinkarrow-up2·2 years agoYou can have hourly, daily, weekly, monthly and yearly. I also use snap-pac to make snapshots before and after pacman transactions. Check out https://wiki.archlinux.org/title/Snapper
minus-squareDomi@lemmy.secnd.melinkfedilinkarrow-up2·edit-22 years agoCheck out Btrfs Assistant. It does what Timeshift does with a similar UI but works with any subvolume layout.
minus-square0x4E4F@infosec.pubOPlinkfedilinkEnglisharrow-up1·2 years agoHm, will check it out, thanks for the suggestion 😉.
sudo btrfs subvolumes create /path/to/subvolume
If you don’t configure anything, root will already be a subvolume.
If you wanna make a used directory a subvolume, you have to move the contents first, and move them back after creation.
The only thing that takes time here is the move
Yeah, but Timeshift uses the Ubuntu style subvolume naming, @ for root, @home for /home, so you have to create them that way, otherwise, it won’t work. It can work if you tell it to ignore home, but checks for @ as root on start up.
Wasn’t aware of that, using snapper for my snapshotting needs.
I haven’t tried it. Does it have like daily, weekly, monthly snapshots setup?
You can have hourly, daily, weekly, monthly and yearly. I also use snap-pac to make snapshots before and after pacman transactions.
Check out https://wiki.archlinux.org/title/Snapper
Check out Btrfs Assistant. It does what Timeshift does with a similar UI but works with any subvolume layout.
Hm, will check it out, thanks for the suggestion 😉.